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