Skip to main content
Anchor to StoreCreditAccountDebitTransaction

StoreCreditAccountDebitTransaction

object

Requires read_store_credit_account_transactions access scope.

A debit transaction which decreases the store credit account balance.

•StoreCreditAccount!
non-null

The store credit account that the transaction belongs to.

Show fields
•MoneyV2!
non-null

The amount of the transaction.

Show fields
Anchor to balanceAfterTransactionbalanceAfterTransaction
•MoneyV2!
non-null

The balance of the account after the transaction.

Show fields
•DateTime!
non-null

The date and time when the transaction was created.

•StoreCreditSystemEvent!
non-null

The event that caused the store credit account transaction.

Show enum values
•ID!
non-null

A globally-unique ID.

•StoreCreditAccountTransactionOrigin

The origin of the store credit account transaction.

Show union types

Was this section helpful?

•mutation

Creates a debit transaction that decreases the store credit account balance by the given amount.

Show payload

Arguments

•StoreCreditAccountDebitInput!
required

The input fields for a store credit account debit transaction.

Show input fields
•ID!
required

The ID of the store credit account or the ID of the account owner.



Was this section helpful?

•interface

Was this section helpful?