AddressInformationInput
Address
input AddressInformationInput {
addressLine1: String
addressLine2: String
city: String
country: CCA3!
postalCode: String
state: String
}
Fields
AddressInformationInput.addressLine1
● String
scalar
Address
AddressInformationInput.addressLine2
● String
scalar
Address
AddressInformationInput.city
● String
scalar
City
AddressInformationInput.country
● CCA3!
non-null scalar
Country
AddressInformationInput.postalCode
● String
scalar
Postal code
AddressInformationInput.state
● String
scalar
State
Member Of
OnboardCompanyAccountHolderInput
input ● UpdateCompanyOnboardingInput
input