Refund Item data type

Last update: 2024-03-07
  • Topics:
  • Schemas
    View more on this topic
  • Created for:
  • Developer

Refund Item is a standard Experience Data Model (XDM) data type that describes captures information related to a refund associated with an order.

A diagram of the  Refund Item data type.

Display name Property Data type Description
Transaction ID transactionID string The unique transaction identifier for this refund item.
Refund Amount refundAmount number The value of the refund.
Refund Reason refundReason string The reason why a refund was issued.
Refund Payment Type refundPaymentType string The method of payment for this order. Custom values are allowed.
Currency Code currencyCode string The ISO 4217 currency code used for this refund item. For examples: ‘USD’, ‘EUR’.

For more details on the data type, refer to the public XDM repository:

On this page