# AppliedGiftCard - customer - OBJECT Version: unstable ## Description The details about the gift card used on the checkout. ### Access Scopes ## Fields * [amountUsed](/docs/api/customer/unstable/objects/MoneyV2): MoneyV2! - The amount deducted from the gift card. * [balance](/docs/api/customer/unstable/objects/MoneyV2): MoneyV2! - The remaining amount on the gift card. * [id](/docs/api/customer/unstable/scalars/ID): ID! - A globally-unique ID. * [lastCharacters](/docs/api/customer/unstable/scalars/String): String! - The last characters of the gift card. * [presentmentAmountUsed](/docs/api/customer/unstable/objects/MoneyV2): MoneyV2! - The amount applied to the checkout in its currency. ## Connections ## Related queries ## Related mutations ## Related Unions ## Examples