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 (TenderDiscount) Includes the information on the discounts to be applied to the current check. |
{- "account": {
- "tenderIdentifier": "string",
- "properties": {
- "key": "string",
- "value": "string",
- "tenderPropertyType": "FOLIO",
- "maxLength": "string"
}, - "tenderCoupons": [
- {
- "name": "string",
- "identifier": "string",
- "status": "string",
- "value": 0,
- "consumedTime": "2019-08-24T14:15:22Z",
- "info": "string"
}
]
}, - "tenderDiscounts": [
- {
- "name": "string",
- "identifier": "string",
- "amount": 0,
- "selectionGuid": "string",
- "appliedDiscountGuid": "string"
}
]
}