Skip to main content

PhysicalAddressInput

A physical address

input PhysicalAddressInput {
addressLine1: String!
addressLine2: String
city: String!
country: CountryCode
state: String!
zip: PostalCode!
}

Fields

PhysicalAddressInput.addressLine1 ● String! non-null scalar

The first line of an address e.g. 123 Main St

PhysicalAddressInput.addressLine2 ● String scalar

The second line of an address e.g. Apt 111

PhysicalAddressInput.city ● String! non-null scalar

The city e.g. Austin

PhysicalAddressInput.country ● CountryCode scalar

The country e.g. USA

PhysicalAddressInput.state ● String! non-null scalar

The two letter state code e.g. TX

PhysicalAddressInput.zip ● PostalCode! non-null scalar

The zip code e.g. 78704

Member Of

IndividualInput input ● UpdateIndividualInput input