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"
}
}, - "tenderDiscounts": [
- {
- "name": "string",
- "identifier": "string",
- "amount": 0,
- "selectionGuid": "string",
- "appliedDiscountGuid": "string"
}
]
}