PurchaseRefund
A refund returned to you on a purchase.
- amountType: object · Moneyrequired
A monetary amount as a decimal in the currency's major unit paired with its currency code —
{ amount: 14.99, currency: "USD" }means $14.99.- amountType: numberrequired
Decimal amount in the currency's major unit (e.g.
5.23for €5.23). 2 decimal places for EUR/USD/GBP/CHF/CAD/AUD. - currencyType: string enumrequiredvalues
- U
S D US Dollar.
- E
U R Euro.
- G
B P British Pound.
- C
A D Canadian Dollar.
- C
H F Swiss Franc.
- refundedType: string · DateStringFormat: date-timenullable
At requiredWhen the refund was issued.
nullwhen it is still pending.An ISO 8601 date-time in UTC, e.g.
2024-08-14T10:23:11.000Z.