new module:models/CreateRefundRequest()
This class subject to change without prior notice, Please dont use this class directly.
Constructs a newCreateRefundRequest
.
Members
-
inner comments :String
-
Comments that can be used to recollect the operation performed on the resource object. API clients need to ensure that no sensitive information is passed in the memo. Alacriti (EBPP) is not responsible for the security of any sensitive information that may be passed as part of the memo.
-
inner custom_fields :Object.<String, String>
-
The additional information or meta-information that EBPP can accept, maintain and transmit back to the client. The custom fields need to be configured with EBPP before they can be accepted. EBPP would reject custom fields that are not pre-configured. Please contact <a href = "mailto: support@billerpayments.com">support@billerpayments.com for more information on configuring and using custom fields. Only the custom fields enabled for the client, in EBPP, would be accepted in the requests.
-
inner fee_refund :module:models/FeeRefundRequest
-
-
inner refund_amount :String
-
The refund amount upto 2 decimal places.
-
inner refund_reference :String
-
The unique identifier in the client system for the refund.
Methods
-
static constructFromObject(data, obj) → {module:models/CreateRefundRequest}
-
Constructs a
CreateRefundRequest
from a plain JavaScript object, optionally creating a new instance. Copies all relevant properties fromdata
toobj
if supplied or a new instance if not.Parameters:
Name Type Description data
Object The plain JavaScript object bearing properties of interest.
obj
module:models/CreateRefundRequest Optional instance to populate.