ResidenceJourneyReference
No description
type ResidenceJourneyReference {
postalCode: String!
houseNumber: String!
addition: String
}
Fields
ResidenceJourneyReference.postalCode ● String! non-null scalar
Postal code 4 digits, followed by 2 letters Can optionally be separated by a single space
ResidenceJourneyReference.houseNumber ● String! non-null scalar
House number Free text field
ResidenceJourneyReference.addition ● String scalar
addition Free text field
Implemented by
JourneyReference union