# StoreCreditAccountCreditInput - admin-graphql - INPUT_OBJECT Version: 2024-10 ## Description The input fields for a store credit account credit transaction. ### Access Scopes ## Fields * [creditAmount](/docs/api/admin-graphql/2024-10/input-objects/MoneyInput): MoneyInput! - The amount to credit the store credit account. * [expiresAt](/docs/api/admin-graphql/2024-10/scalars/DateTime): DateTime - The date and time when the credit expires. ## Input objects with this input object * [storeCreditAccountCredit](/docs/api/admin-graphql/2024-10/mutations/storeCreditAccountCredit) ## Examples