Represents the details of a tender with type
CASH
.
Tender Cash Details
Name | Type | Tags | Description |
---|---|---|---|
buyer_tendered_money |
Money |
Optional | Represents an amount of money. Money fields can be signed or unsigned.Fields that do not explicitly define whether they are signed or unsigned are considered unsigned and can only hold positive amounts. For signed fields, the sign of the value indicates the purpose of the money transfer. See Working with Monetary Amounts for more information. |
change_back_money |
Money |
Optional | Represents an amount of money. Money fields can be signed or unsigned.Fields that do not explicitly define whether they are signed or unsigned are considered unsigned and can only hold positive amounts. For signed fields, the sign of the value indicates the purpose of the money transfer. See Working with Monetary Amounts for more information. |
{
"buyer_tendered_money": {
"amount": 238,
"currency": "JMD"
},
"change_back_money": {
"amount": 78,
"currency": "MUR"
}
}