OrderTransactionKind enum
The different kinds of order transactions.
Values
- VOID
A cancellation of a pending authorization or capture. - CAPTURE
A transfer of the money that was reserved during the authorization stage. - CHANGE
Money returned to the customer when they have paid too much. - EMV_AUTHORIZATION
An authorization for a payment taken with an EMV credit card reader. - REFUND
A partial or full return of captured funds to the cardholder. A refund can happen only after a capture is processed. - SALE
An authorization and capture performed together in a single step. - SUGGESTED_REFUND
A suggested refund transaction that can be used to create a refund. - AUTHORIZATION
An amount reserved against the cardholder’s funding source. Money does not change hands until the authorization is captured.
Types that return OrderTransactionKind
[OrderTransaction.kind](https://shopify.dev/docs/admin-api/graphql/reference/orders/ordertransaction#kind-2021-01)
上一篇:OrderSortKeys