mirror of
https://github.com/stoatchat/rust-mollie-sdk.git
synced 2026-07-01 05:09:43 -04:00
707 B
707 B
Address
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| street_and_number | Option<String> | A street and street number. | [optional] |
| postal_code | Option<String> | A postal code. This field may be required if the provided country has a postal code system. | [optional] |
| city | Option<String> | [optional] | |
| country | Option<String> | A country code in ISO 3166-1 alpha-2 format. | [optional] |