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) ^\p{L}+(\p{L}|[0-9]|-|'|\s)*(\p{L}|[0-9])+$
CompleteAddressInput.postalCode ● String! non-null scalar
postal code (max 10 characters) ^[0-9A-Z- ]{1,10}$
CompleteAddressInput.state ● String scalar
state (max 30 characters) ^\p{L}+(\p{L}|-|'|\s)*\p{L}+
CompleteAddressInput.country ● CCA3! non-null scalar
country code
Member Of
ConfirmPhysicalCardRenewalInput input ● CreditLimitSepaDirectDebitB2BInput input ● PhysicalCardConfigInput input ● PrintPhysicalCardInput input