OBJECT
Details about the gift card used on the checkout.
1type AppliedGiftCard implements Node {23# The amount that was used taken from the Gift Card by applying it.4amountUsed: Money! 56# The amount left on the Gift Card.7balance: Money! 89id: ID! 1011# The last characters of the Gift Card code12lastCharacters: String! 1314}