StoreCreditAccountDebitTransaction - admin-graphql - OBJECT
Version: 2024-10
Description:
A debit transaction which decreases the store credit account balance.
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.
-
id:
ID! -
A globally-unique ID.
Connections
Related queries
Related mutations
-
storeCreditAccountDebit
Creates a debit transaction that decreases the store credit account balance by the given amount.
Related Unions
Examples