RefundDetails

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 (ToastReference)

A wrapper object with fields that allow reference to a Toast entity by Toast GUID.

taxRefundAmount
number <double>

The tax amount being refunded.

{
  • "refundAmount": 0,
  • "taxRefundAmount": 0,
  • "refundTransaction": {
    }
}