Skip to main content

Type ProfileAddress

Represent a profile address such as subcontractor or customer address.

type ProfileAddress {
country: EnumHomeCountries
zipCode: String
city: String
streetName: String
houseNumber: String
}

Fields

ProfileAddress.country ● EnumHomeCountries enum

ProfileAddress.zipCode ● String scalar

ProfileAddress.city ● String scalar

ProfileAddress.streetName ● String scalar

ProfileAddress.houseNumber ● String scalar