Anchor to StoreCreditAccountDebitTransactionStore
StoreCreditAccountDebitTransaction
object
Requires access scope.
A debit transaction which decreases the store credit account balance.
Anchor to FieldsFields
- Anchor to accountaccount•Store
Credit non-nullAccount! The store credit account that the transaction belongs to.
- Anchor to amountamount•Money
V2! non-null The amount of the transaction.
- Anchor to balanceAfterTransactionbalance•
After Transaction MoneyV2! non-null The balance of the account after the transaction.
- Anchor to createdAtcreated•
At DateTime! non-null The date and time when the transaction was created.
- •ID!non-null
A globally-unique ID.
Was this section helpful?
Map
Fields with this object
Anchor to MutationsMutations
- •mutation
Creates a debit transaction that decreases the store credit account balance by the given amount.
Was this section helpful?