| Name | Description | Type | Additional information |
|---|---|---|---|
| City |
Gets or sets the city of the address. |
string |
String length: inclusive between 2 and 64 |
| Country |
Gets or sets the country of the address. |
string |
String length: inclusive between 3 and 3 |
| Postcode |
Gets or sets the postalcode of the address. This field is required if this is a dutch address. |
string |
String length: inclusive between 0 and 10 |
| Street |
Gets or sets the street of the address. |
string |
String length: inclusive between 0 and 255 |
| StreetNumber |
Gets or sets the street number of the address. |
string |
Matching regular expression pattern: ^[a-zA-Z0-9- ]+$ String length: inclusive between 0 and 8 |
| StreetNumberAddition |
Gets or sets the street number addition of the address. |
string |
String length: inclusive between 0 and 8 |
| Type |
Gets or sets the type of the address. |
FiscaalGemak.Web.Api.Models.Enums.AddressType |
None. |