mirror of
https://github.com/stoatchat/rust-mollie-sdk.git
synced 2026-07-01 05:09:43 -04:00
1.7 KiB
1.7 KiB
EntityOrganization
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| resource | Option<String> | Indicates the response contains an organization object. Will always contain the string organization for this resource type. |
[optional][readonly] |
| id | Option<String> | The identifier uniquely referring to this organization. Example: org_12345678. |
[optional][readonly] |
| name | Option<String> | The name of the organization. | [optional][readonly] |
| Option<String> | The email address associated with the organization. | [optional][readonly] | |
| locale | Option<models::LocaleResponse> | The preferred locale of the merchant, as set in their Mollie dashboard. | [optional][readonly] |
| address | Option<models::Address> | The address of the organization. | [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 or in The United Kingdom. VAT numbers are verified against the international registry VIES. The field is not present for merchants residing in other countries. | [optional] |
| vat_regulation | Option<models::OrganizationVatRegulation> | [optional] | |
| _links | Option<models::EntityOrganizationLinks> | [optional] |