Interface: Order
Properties
Property | Type | Defined in |
---|---|---|
accountId | string | types.ts:428 |
address | string | types.ts:429 |
amount | string | types.ts:432 |
chain | string | types.ts:431 |
counterpart | Counterpart | types.ts:436 |
currency | Currency | types.ts:433 |
fees | Fee [] | types.ts:435 |
id | string | types.ts:426 |
kind | OrderKind | types.ts:430 |
memo | string | types.ts:437 |
meta | OrderMetadata | types.ts:440 |
profile | string | types.ts:427 |
rejectedReason | string | types.ts:438 |
supportingDocumentId | string | types.ts:439 |
totalFee | string | types.ts:434 |