# StoreCreditAccountTransaction - customer - INTERFACE Version: 2025-04 ## Description Interface for a store credit account transaction. ### 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. * [origin](/docs/api/customer/2025-04/unions/StoreCreditAccountTransactionOrigin): StoreCreditAccountTransactionOrigin - The origin of the store credit account transaction. ## Connections ## Types implemented in * [StoreCreditAccountCreditTransaction](/docs/api/customer/2025-04/objects/StoreCreditAccountCreditTransaction) * [StoreCreditAccountDebitRevertTransaction](/docs/api/customer/2025-04/objects/StoreCreditAccountDebitRevertTransaction) * [StoreCreditAccountDebitTransaction](/docs/api/customer/2025-04/objects/StoreCreditAccountDebitTransaction) * [StoreCreditAccountExpirationTransaction](/docs/api/customer/2025-04/objects/StoreCreditAccountExpirationTransaction) ## Examples