Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 1.91 KB

File metadata and controls

28 lines (22 loc) · 1.91 KB

OrderDetails

Properties

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

[Back to top] [Back to API list] [Back to Model list] [Back to README]