Skip to main content

ShippingAddressType

Shipping address of the gift card

type ShippingAddressType {
city: String!
country: String!
postalCode: String!
province: String!
street1: String!
street2: String
}

Fields

ShippingAddressType.city ● String! non-null scalar

City

ShippingAddressType.country ● String! non-null scalar

Country

ShippingAddressType.postalCode ● String! non-null scalar

Zip/Postal Code

ShippingAddressType.province ● String! non-null scalar

State/Province

ShippingAddressType.street1 ● String! non-null scalar

Street number and street name of the beneficiary.

ShippingAddressType.street2 ● String scalar

Apt/Unit/Suite number of the beneficiary.

Member of

GiftcardIntent object