# StoreCreditAccountDebitTransaction - customer - OBJECT Version: 2025-01 ## Description A debit transaction which decreases the store credit account balance. ### Access Scopes ## Fields * [account](/docs/api/customer/2025-01/objects/StoreCreditAccount): StoreCreditAccount! - The store credit account that the transaction belongs to. * [amount](/docs/api/customer/2025-01/objects/MoneyV2): MoneyV2! - The amount of the transaction. * [balanceAfterTransaction](/docs/api/customer/2025-01/objects/MoneyV2): MoneyV2! - The balance of the account after the transaction. * [createdAt](/docs/api/customer/2025-01/scalars/DateTime): DateTime! - The date and time when the transaction was created. * [id](/docs/api/customer/2025-01/scalars/ID): ID! - A globally-unique ID. ## Connections ## Related queries ## Related mutations ## Related Unions ## Examples