A list of discounts that apply to the given check with the given account identifier.
object (AccountInfo) Information related to a given tender user. | |
Array of objects (TenderPayment) A list of the tender payments to be applied to the check. |
{- "account": {
- "tenderIdentifier": "string",
- "properties": {
- "key": "string",
- "value": "string",
- "tenderPropertyType": "FOLIO",
- "maxLength": "string"
}
}, - "tenderPayments": [
- {
- "name": "string",
- "identifier": "string",
- "type": "CREDIT",
- "amount": 0,
- "tipAmount": 0,
- "paymentGuid": "string"
}
]
}