Defines requirements for the POST /orders endpoint.
| Name | Type | Description | Notes |
|---|---|---|---|
| settlementTypes | List<SettlementTypeEnum> | Supported settlement types when creating an order. If present - settlement is required. If absent - no need to provide settlement. | [optional] |
| executionTypes | List<ExecutionRequestDetailsType> | Supported execution types when creating an order. | |
| requiresReasonForPayment | Boolean | Information about the source and purpose of the funds being transacted. Used by providers that require additional context for compliance and reporting. Provide this field when the provider manifest indicates it is required. | [optional] |