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.
-
inner custom_fields :Object.<String, String>
-
The additional information or meta-information that EBPP can accept, maintain and transmit back to the client.
-
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.