# StoreCreditAccountCreditTransaction - customer - OBJECT Version: 2024-10 ## Description A credit transaction which increases the store credit account balance. ### Access Scopes ## Fields * [account](/docs/api/customer/2024-10/objects/StoreCreditAccount): StoreCreditAccount! - The store credit account that the transaction belongs to. * [amount](/docs/api/customer/2024-10/objects/MoneyV2): MoneyV2! - The amount of the transaction. * [balanceAfterTransaction](/docs/api/customer/2024-10/objects/MoneyV2): MoneyV2! - The balance of the account after the transaction. * [createdAt](/docs/api/customer/2024-10/scalars/DateTime): DateTime! - The date and time when the transaction was created. * [expiresAt](/docs/api/customer/2024-10/scalars/DateTime): DateTime - The time at which the transaction expires. Debit transactions will always spend the soonest expiring credit first. * [id](/docs/api/customer/2024-10/scalars/ID): ID! - A globally-unique ID. * [remainingAmount](/docs/api/customer/2024-10/objects/MoneyV2): MoneyV2! - The remaining amount of the credit. The remaining amount will decrease when a debit spends this credit. It may also increase if that debit is subsequently reverted. In the event that the credit expires, the remaining amount will represent the amount that remained as the expiry ocurred. ## Connections ## Related queries ## Related mutations ## Related Unions ## Examples