mirror of
https://github.com/stoatchat/rust-mollie-sdk.git
synced 2026-07-01 05:09:43 -04:00
845 B
845 B
EntityClientLinkAddress
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| street_and_number | Option<String> | The street name and house number of the organization. | [optional] |
| postal_code | Option<String> | The postal code of the organization. Required if a street address is provided and if the country has a postal code system. | [optional] |
| city | Option<String> | The city of the organization. Required if a street address is provided. | [optional] |
| country | String | The country of the address in ISO 3166-1 alpha-2 format. |