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

1.3 KiB

EntityClientLink

Properties

Name Type Description Notes
resource Option<String> Indicates the response contains a client link object. Will always contain the string client-link for this endpoint. [optional][readonly]
id Option<String> The identifier uniquely referring to this client link. Example: cl_vZCnNQsV2UtfXxYifWKWH. [optional][readonly]
owner Option<models::EntityClientLinkOwner> [optional]
name Option<String> Name of the organization. [optional]
address Option<models::EntityClientLinkAddress> [optional]
registration_number Option<String> The registration number of the organization at their local chamber of commerce. [optional]
vat_number Option<String> The VAT number of the organization, if based in the European Union. VAT numbers are verified against the international registry VIES. [optional]
_links Option<models::EntityClientLinkLinks> [optional]

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