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