Information about a void applied to a check or item.
object (ExternalReference) The user who approved the void. | |
voidBusinessDate | integer The business date (yyyyMMdd) on which this void was made. |
voidDate | string <date-time> The date at which the refund was made. Use ISO 8601 date and time format for all Toast APIs. |
object (ExternalReference) A reference to the configured voidReason that this void corresponds to. | |
object (ExternalReference) The user who voided the order. |
{- "voidUser": {
- "guid": "string",
- "entityType": "string",
- "externalId": "string"
}, - "voidApprover": {
- "guid": "string",
- "entityType": "string",
- "externalId": "string"
}, - "voidDate": "2019-08-24T14:15:22Z",
- "voidBusinessDate": 0,
- "voidReason": {
- "guid": "string",
- "entityType": "string",
- "externalId": "string"
}
}