# StoreCreditAccountTransaction - customer - INTERFACE
Version: 2025-01

## Description
Interface for a store credit account transaction.

### 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.

## Connections



## Types implemented in
* [StoreCreditAccountCreditTransaction](/docs/api/customer/2025-01/objects/StoreCreditAccountCreditTransaction)
* [StoreCreditAccountDebitRevertTransaction](/docs/api/customer/2025-01/objects/StoreCreditAccountDebitRevertTransaction)
* [StoreCreditAccountDebitTransaction](/docs/api/customer/2025-01/objects/StoreCreditAccountDebitTransaction)
* [StoreCreditAccountExpirationTransaction](/docs/api/customer/2025-01/objects/StoreCreditAccountExpirationTransaction)


## Examples