Skip to main content

SupplierAddress

Encapsulates information about a supplier address.

type SupplierAddress {
city: String
country: String
line1: String
line2: String
line3: String
postCode: String
state: String
}

Fields​

SupplierAddress.city ● String scalar​

A UTF-8 string value that represents the city of the address. Optional.

SupplierAddress.country ● String scalar​

The country of the address. Optional.

SupplierAddress.line1 ● String scalar​

A UTF-8 string value that represents the first line of the address. Optional.

SupplierAddress.line2 ● String scalar​

A UTF-8 string value that represents the second line of the address. Optional.

SupplierAddress.line3 ● String scalar​

A UTF-8 string value that represents the third line of the address. Optional.

SupplierAddress.postCode ● String scalar​

The postcode/zipcode of the address. Optional.

SupplierAddress.state ● String scalar​

A UTF-8 string value that represents the state, territory or province of the address. For example New York. Optional.

Member Of​

Supplier object