| Name | Type | Description | Notes |
|---|---|---|---|
| type_buy | int | Order side from current user's view. `1`: buy; `0`: sell. | [optional] |
| timest | string | Creation time of order | [optional] |
| timest_expire | string | Order expiration time | [optional] |
| timestamp | int | Order creation timestamp | [optional] |
| rate | string | Order price in fiat currency. | [optional] |
| amount | string | Order size in cryptocurrency. | [optional] |
| total | string | Total fiat amount of the order. | [optional] |
| txid | int | Order ID | [optional] |
| status | string | Display status: `unpay` awaiting payment; `paid` buyer paid; `unconfirmed` awaiting seller confirmation; `locked` locked; `finished` completed; `cancel` canceled; `expired` expired; `bclosed` arbitration filled; `sclosed` arbitration canceled. | [optional] |
| its_realname | string | Counterparty real name or verified display name. | [optional] |
| its_uid | string | Counterparty crypto UID. | [optional] |
| its_nick | string | Counterparty nickname | [optional] |
| seller_realname | string | Seller real name or verified display name. | [optional] |
| buyer_realname | string | Buyer real name or verified display name. | [optional] |
| cancelable | int | Whether the order can be canceled. `1`: yes; `0`: no. | [optional] |
| currency_type | string | Cryptocurrency symbol. | [optional] |
| want_type | string | Fiat currency | [optional] |
| hide_payment | int | Whether payment methods are hidden. `1`: hidden; `0`: visible. | [optional] |
| sel_paytype | string | Selected payment type for this order, e.g. `bank`, `alipay`, `wechat`, `paypal`, `swift`, `wu`. | [optional] |
| pay_others | \GateApi\Model\P2pTransactionListResultPayOthers[] | Other payment method details; may appear on historical orders. | [optional] |
| cd_time | int | Countdown seconds for the current order. | [optional] |
| order_type | int | Order type: `1` standard; `2` partner; `3` flash swap; `4` Web3. | [optional] |
| order_tag | string[] | Order tags | [optional] |
| convert_info | \GateApi\Model\P2pTransactionConvertInfo | [optional] |