GiftCardLineRecipient
Recipient details attached to a GIFT_CARD line — set with cartUpdateGiftCardRecipient. All fields are nullable individually so a partial set (e.g. email only) is representable.
type GiftCardLineRecipient {
message: String
recipientEmail: String
recipientName: String
}
Fields
GiftCardLineRecipient.message ● String scalar
Personalised message included with the gift card.
GiftCardLineRecipient.recipientEmail ● String scalar
Recipient email — where the gift card code will be delivered on order completion.
GiftCardLineRecipient.recipientName ● String scalar
Recipient display name shown in the gift card email.
Member Of
CartLine object