OrderTransaction - customer - OBJECT
Version: 2025-01
Description:
A payment transaction within an order context.
Access Scopes
Fields
-
createdAt:
DateTime! -
The date and time when the transaction was created.
-
giftCardDetails:
GiftCardDetails -
The gift card details for the transaction.
-
id:
ID! -
A globally-unique ID.
-
kind:
OrderTransactionKind -
The kind of the transaction.
-
paymentDetails:
PaymentDetails -
The payment details for the transaction.
-
paymentIcon:
PaymentIconImage -
The payment icon to display for the transaction.
-
processedAt:
DateTime -
The date and time when the transaction was processed.
-
status:
OrderTransactionStatus -
The status of the transaction.
-
transactionAmount:
MoneyBag! -
The amount and currency of the transaction in shop and presentment currencies.
-
transactionParentId:
String -
The ID of the parent transaction.
-
type:
OrderTransactionType! -
The type of the transaction.
-
typeDetails:
TransactionTypeDetails -
The details of the transaction type.
Connections
Related queries
Related mutations
Related Unions
Examples