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