# GiftCardDebitInput - admin-graphql - INPUT_OBJECT Version: 2024-10 ## Description The input fields for a gift card debit transaction. ### Access Scopes ## Fields * [debitAmount](/docs/api/admin-graphql/2024-10/input-objects/MoneyInput): MoneyInput! - The amount to debit the gift card. * [note](/docs/api/admin-graphql/2024-10/scalars/String): String - A note about the debit. * [processedAt](/docs/api/admin-graphql/2024-10/scalars/DateTime): DateTime - The date and time the debit was processed. Defaults to current date and time. ## Input objects with this input object * [giftCardDebit](/docs/api/admin-graphql/2024-10/mutations/giftCardDebit) ## Examples