Information related to a given tender user.
Array of objects (KeyValue) Supplemental properties associated with this account. These properties are not displayed in the list of search results on POS but returned to the tender provider on subsequent transactions for the account. | |
Array of objects (KeyValue) Search terms that the Toast POS system submits in a follow-up
| |
Array of objects (KeyValue) Properties associated with this account that are used to identify it. Examples include the account owners name, status, email, phone number, or any other data that the provider wants to make available to the server via the Toast POS system. This data is also displayed in response to a search request and used to identify the desired account from those matching the search terms. | |
Array of objects (TenderCoupon) Reserved for future use. | |
| tenderIdentifier | string A unique identifier for this account. |
{- "tenderIdentifier": "string",
- "properties": [
- {
- "key": "string",
- "value": "string",
- "tenderPropertyType": "FOLIO",
- "maxLength": 0
}
], - "additionalProperties": [
- {
- "key": "string",
- "value": "string",
- "tenderPropertyType": "FOLIO",
- "maxLength": 0
}
], - "expansionSearchCriteria": [
- {
- "key": "string",
- "value": "string",
- "tenderPropertyType": "FOLIO",
- "maxLength": 0
}
], - "tenderCoupons": [
- {
- "name": "string",
- "identifier": "string",
- "status": "AVAILABLE",
- "value": 0,
- "consumedTime": "2019-08-24T14:15:22Z",
- "info": "string"
}
]
}