mirror of
https://github.com/stoatchat/rust-mollie-sdk.git
synced 2026-07-01 05:09:43 -04:00
927 B
927 B
EntityCapabilityRequirement
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| id | Option<String> | The name of this requirement, referring to the task to be fulfilled by the organization to enable or re-enable the capability. The name is unique among other requirements of the same capability. | [optional] |
| status | Option<models::CapabilityRequirementStatus> | [optional] | |
| due_date | Option<String> | Due date until the requirement must be fulfilled, if any. The date is shown in ISO-8601 format. | [optional] |
| _links | Option<models::EntityCapabilityRequirementLinks> | [optional] |