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

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.

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