Types > OrderHistoryRefundTransaction
Commerce APITypesOrderHistoryRefundTransaction
OrderHistoryRefundTransaction

Description

Fields

amount: Int!

Amount refunded

Example: 5000


customer_balance: Int!


email_message: Message


external_id: String!

External transaction identifier (gateway-specific)


fee: Int!

Refund fee

Example: 250


gateway_token: String!

Gateway token


line_items: [OrderHistoryRefundLineItem!]!


refund_reason: OrderRefundReason

Reason why order is refunded


token: String!

Transaction token


Used By

Types

OrderHistory

Preview (typescript)

Loading module