GiftcardIntent
A shopping trip that a user has made.
type GiftcardIntent {
buyerEmail: String
buyerName: String
campaign: Campaign
checkoutUrl: String!
createdAt: DateTimeISO!
currency: Currency!
deliveryEstimate: String!
giftcardTemplate: GiftcardTemplate
gifting: GiftSummaryType
giveAmount: DollarFormats
id: ID!
intentType: IntentTypeEnum!
isAnonymous: Boolean
isBeingReviewed: Boolean!
isGift: Boolean
isPending: Boolean!
isPhysical: Boolean
link: Link!
orderTotal: DollarFormats
quantity: Int
reloadSentence: String
reloadThreshold: DollarFormats
shipping: ShippingAddressType
shippingAmount: DollarFormats
shippingOption: ShippingOptionType
shippingOptions: [Select]
supportedAt: DateTimeISO
token: String!
unitPrice: DollarFormats
}
Fields
GiftcardIntent.buyerEmail ● String scalar
Email address of the buyer of the Giftcards
GiftcardIntent.buyerName ● String scalar
Full name of the buyer of the Giftcards