StoreCreditAccountTransaction - admin-graphql - INTERFACE
Version: 2024-10
Description:
Interface for a store credit account transaction.
Access Scopes
`read_store_credit_account_transactions` access scope.
Fields
-
account:
StoreCreditAccount! -
The store credit account that the transaction belongs to.
-
amount:
MoneyV2! -
The amount of the transaction.
-
balanceAfterTransaction:
MoneyV2! -
The balance of the account after the transaction.
-
createdAt:
DateTime! -
The date and time when the transaction was created.
Connections
Types implemented in
Examples