Skip to main content

CompleteAddressInput

Complete Address Information

input CompleteAddressInput {
addressLine1: String!
addressLine2: String
city: String!
postalCode: String!
state: String
country: CCA3!
}

Fields

CompleteAddressInput.addressLine1 ● String! non-null scalar

address line 1 (max 38 characters)

CompleteAddressInput.addressLine2 ● String scalar

address line 2 (max 38 characters)

CompleteAddressInput.city ● String! non-null scalar

city (max 30 characters)

CompleteAddressInput.postalCode ● String! non-null scalar

postal code (max 10 characters)

CompleteAddressInput.state ● String scalar

state (max 30 characters)

CompleteAddressInput.country ● CCA3! non-null scalar

country code

Member Of

ConfirmPhysicalCardRenewalInput input ● PhysicalCardConfigInput input ● PrintPhysicalCardInput input