Files
rust-mollie-sdk/docs/Address.md
T
Zomatree e738db98b9 init
2025-10-20 14:41:17 +01:00

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]

[Back to Model list] [Back to API list] [Back to README]