ShippingOptionType
Shipping options of the gift card
type ShippingOptionType {
id: String!
name: String!
shippingTime: String!
}
Fields
ShippingOptionType.id ● String! non-null scalar
ID of the shipping option.
ShippingOptionType.name ● String! non-null scalar
Details of the shipping option.
ShippingOptionType.shippingTime ● String! non-null scalar
Timeframe of the shipping option.
Member of
GiftcardIntent object