mirror of
https://github.com/stoatchat/rust-mollie-sdk.git
synced 2026-07-01 05:09:43 -04:00
1.2 KiB
1.2 KiB
ListClients200ResponseEmbeddedClientsInner
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| resource | Option<String> | Indicates the response contains a client object. Will always contain the string client for this resource type. |
[optional][readonly] |
| id | Option<String> | The identifier uniquely referring to this client. Example: org_12345678. |
[optional][readonly] |
| commission | Option<models::EntityClientCommission> | [optional] | |
| organization_created_at | Option<String> | The date and time the client organization was created, in ISO 8601 format. | [optional][readonly] |
| _links | Option<models::EntityClientLinks> | [optional] | |
| _embedded | Option<models::ListClients200ResponseEmbeddedClientsInnerAllOfEmbedded> | [optional] |