ProfileAddress
Represent a profile address such as subcontractor or customer address.
type ProfileAddress {
country: EnumHomeCountries
zipCode: String
city: String
streetName: String
houseNumber: String
}
Represent a profile address such as subcontractor or customer address.
type ProfileAddress {
country: EnumHomeCountries
zipCode: String
city: String
streetName: String
houseNumber: String
}
ProfileAddress.country ● EnumHomeCountries enumProfileAddress.zipCode ● String scalarProfileAddress.city ● String scalarProfileAddress.streetName ● String scalarProfileAddress.houseNumber ● String scalar