Skip to main content

Address

The globally used Address of Resonance

type Address {
city: String!
company: String
country: String!
name: String!
phoneNumber: String
postalCode: String!
state: String!
streetAddress1: String!
streetAddress2: String
}

Fields

Address.city ● String! non-null scalar

The city of the address

Address.company ● String scalar

The company associated with the address

Address.country ● String! non-null scalar

The country of the address

Address.name ● String! non-null scalar

The name associated with the address, i.e. the Person in the household

Address.phoneNumber ● String scalar

The phone number of the address. Format +11231231234

Address.postalCode ● String! non-null scalar

The zip or postal code of the address

Address.state ● String! non-null scalar

The state of the address

Address.streetAddress1 ● String! non-null scalar

The first line of the street address

Address.streetAddress2 ● String scalar

The second line of the street address

Member of

PublicSupplier object ● PurchaseOrderItem object ● Supplier object