Skip to main content

GiftcardDenomination

A giftcard denomination

type GiftcardDenomination {
default: Boolean!
deliveryEstimate: String!
deliveryMethod: GiftcardDenominationDeliveryMethod!
freeShipping: Boolean!
id: ID!
maximumCards: Int!
minimumCards: Int!
value: DollarFormats!
}

Fields​

GiftcardDenomination.default ● Boolean! non-null scalar​

Is this the default denomination?

GiftcardDenomination.deliveryEstimate ● String! non-null scalar​

How soon will the card be delivered

GiftcardDenomination.deliveryMethod ● GiftcardDenominationDeliveryMethod! non-null enum​

How denomination will be delivered

GiftcardDenomination.freeShipping ● Boolean! non-null scalar​

Does this card (if physical) have free shipping?

GiftcardDenomination.id ● ID! non-null scalar​

Giftcard Denomination's ID

GiftcardDenomination.maximumCards ● Int! non-null scalar​

The maximum quantity of cards that can be ordered

GiftcardDenomination.minimumCards ● Int! non-null scalar​

The minimum quantity of cards that can be ordered

GiftcardDenomination.value ● DollarFormats! non-null object​

Value of denomination

Member of​

GiftcardDenominationEdge object