Information about refunded currency amounts for an item selection, modifier option, or service charge. The refund information includes separate values for the pre-tax value being refunded and the tax amount being refunded.
| refundAmount | number <double> The value of the menu item or service charge (excluding taxes) being refunded. Includes the value of any nested modifier options that increased the price of the item or modifier option (an upcharge for the modifier option). |
object (RefundTransaction) An identifier for the refund transaction. You can use the identifier to associate items and service charges that were refunded in the same transaction. | |
| taxRefundAmount | number <double> The tax amount being refunded. |
{- "refundAmount": 0,
- "taxRefundAmount": 0,
- "refundTransaction": {
- "guid": "string",
- "entityType": "string"
}
}