Response to a request to redeem previously retrieved discounts and payments. This value is optional. Include it to report the account that the discounts and payments were redeemed against, for example when the tender provider resolved the request to a different account than the one in the request.
object (AccountInfo) Information related to a given tender user. |
{- "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"
}
]
}
}