A currency amount removed from a guest payment.
refundAmount | number <double> The amount of the refund, excluding the tip. |
refundBusinessDate | integer The business date (yyyyMMdd) on which this refund was created. Response only. |
refundDate | string <date-time> The date and time when the refund was made. |
object (ToastReference) A wrapper object with fields that allow reference to a Toast entity by Toast GUID. | |
tipRefundAmount | number <double> The amount of the tip refund. |
{- "refundAmount": 0,
- "tipRefundAmount": 0,
- "refundDate": "2019-08-24T14:15:22Z",
- "refundBusinessDate": 0,
- "refundTransaction": {
- "guid": "string",
- "entityType": "string"
}
}