# StoreCreditAccountDebitTransaction - admin - OBJECT
Version: 2025-01

## Description
A debit transaction which decreases the store credit account balance.

### Access Scopes
`read_store_credit_account_transactions` access scope.


## Fields
* [account](/docs/api/admin/2025-01/objects/StoreCreditAccount): StoreCreditAccount! - The store credit account that the transaction belongs to.
* [amount](/docs/api/admin/2025-01/objects/MoneyV2): MoneyV2! - The amount of the transaction.
* [balanceAfterTransaction](/docs/api/admin/2025-01/objects/MoneyV2): MoneyV2! - The balance of the account after the transaction.
* [createdAt](/docs/api/admin/2025-01/scalars/DateTime): DateTime! - The date and time when the transaction was created.
* [event](/docs/api/admin/2025-01/enums/StoreCreditSystemEvent): StoreCreditSystemEvent! - The event that caused the store credit account transaction.
* [id](/docs/api/admin/2025-01/scalars/ID): ID! - A globally-unique ID.
* [origin](/docs/api/admin/2025-01/unions/StoreCreditAccountTransactionOrigin): StoreCreditAccountTransactionOrigin - The origin of the store credit account transaction.

## Connections



## Related queries

## Related mutations
* [storeCreditAccountDebit](/docs/api/admin/2025-01/mutations/storeCreditAccountDebit) Creates a debit transaction that decreases the store credit account balance by the given amount.

## Related Unions

## Examples