Refund

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 (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.

tipRefundAmount
number <double>

The amount of the tip refund.

{
  • "refundAmount": 0,
  • "tipRefundAmount": 0,
  • "refundDate": "2019-08-24T14:15:22Z",
  • "refundBusinessDate": 0,
  • "refundTransaction": {
    }
}