# StoreCreditAccountExpirationTransaction - admin-graphql - OBJECT Version: 2024-10 ## Description An expiration transaction which decreases the store credit account balance. Expiration transactions are created automatically when a [store credit account credit transaction](https://shopify.dev/api/admin-graphql/latest/objects/StoreCreditAccountCreditTransaction) expires. The amount subtracted from the balance is equal to the remaining amount of the credit transaction. ### Access Scopes `read_store_credit_account_transactions` access scope. ## Fields * [account](/docs/api/admin-graphql/2024-10/objects/StoreCreditAccount): StoreCreditAccount! - The store credit account that the transaction belongs to. * [amount](/docs/api/admin-graphql/2024-10/objects/MoneyV2): MoneyV2! - The amount of the transaction. * [balanceAfterTransaction](/docs/api/admin-graphql/2024-10/objects/MoneyV2): MoneyV2! - The balance of the account after the transaction. * [createdAt](/docs/api/admin-graphql/2024-10/scalars/DateTime): DateTime! - The date and time when the transaction was created. * [creditTransaction](/docs/api/admin-graphql/2024-10/objects/StoreCreditAccountCreditTransaction): StoreCreditAccountCreditTransaction! - The credit transaction which expired. ## Connections ## Related queries ## Related mutations ## Related Unions ## Examples