| Name | Type | Description | Notes |
|---|---|---|---|
| id | String | ||
| via | AccessType | ||
| status | OrderStatus | ||
| createdAt | OffsetDateTime | ||
| updatedAt | OffsetDateTime | [optional] | |
| receipt | TransferReceipt | [optional] | |
| generalFees | List<Fee> | [optional] | |
| executionSteps | List<OrderExecutionStep> | ||
| executionResponseDetails | ExecutionResponseDetails | ||
| settlement | Settlement | ||
| participantsIdentification | ParticipantsIdentification | [optional] | |
| paymentInstructions | List<PaymentInstructions> | Payment instructions for the order, the client can use one of these to pay the order. | [optional] |
| createdBy | String | The ID of the user who created the order | |
| customerInternalReferenceId | String | Internal reference ID for the customer | [optional] |
| note | String | Optional note for the Order | [optional] |
| expiresAt | OffsetDateTime | [optional] | |
| failure | Failure | [optional] |