OBJECT

AppliedGiftCard

Details about the gift card used on the checkout.

link GraphQL Schema definition

  • type AppliedGiftCard implements Node {
  • # The amount that was used taken from the Gift Card by applying it.
  • amountUsed: Money!
  • # The amount left on the Gift Card.
  • balance: Money!
  • id: ID!
  • # The last characters of the Gift Card code
  • lastCharacters: String!
  • }