| IsSell |
int |
Whether the current user is the seller. `1`: yes; `0`: no. |
[optional] |
| Txid |
int |
Order ID |
[optional] |
| Orderid |
int |
Order ID |
[optional] |
| Timest |
int |
Order creation timestamp |
[optional] |
| LastPayTime |
int |
Payment deadline |
[optional] |
| RemainPayTime |
int |
Seconds left to pay; `<= 0` means overdue. |
[optional] |
| CurrencyType |
string |
Cryptocurrency symbol. |
[optional] |
| WantType |
string |
Fiat currency |
[optional] |
| Symbol |
string |
Fiat currency symbol |
[optional] |
| Rate |
string |
Order price in `want_type` units. |
[optional] |
| Amount |
string |
Order size in cryptocurrency. |
[optional] |
| Total |
string |
Total fiat amount of the order. |
[optional] |
| Status |
string |
Display status: `unpay` unpaid; `hide_payment` unpaid with payment info hidden; `paid` buyer paid; `unconfirmed` awaiting seller confirmation; `locked` locked; `finished` done; `cancel` canceled; `expired` expired; `bclosed` arbitration filled; `sclosed` arbitration canceled. |
[optional] |
| ReasonId |
string |
Cancel reason ID; empty string means none. Examples: `1` no longer want to buy; `2` cannot reach seller; `3` will not pay; `4` seller did not provide a real account; `6` price/amount mismatch; `9` other; `10` seller cannot release and refund issued; `11` terms not met; `12` seller payout account risk-controlled. |
[optional] |
| ReasonDesc |
string |
Cancel reason description. |
[optional] |
| CancelTime |
string |
Cancellation time |
[optional] |
| InAppeal |
int |
Whether a dispute is active. `1`: yes; `0`: no. |
[optional] |
| DisputeTime |
int |
Earliest timestamp when a dispute may be opened. |
[optional] |
| Cancelable |
int |
Whether cancellation is allowed. `1`: yes; `0`: no. |
[optional] |
| HidePayment |
int |
Whether payment methods are hidden. `1`: hidden; `0`: visible. |
[optional] |
| TradeTips |
string |
Trading terms |
[optional] |
| ShowBank |
string |
Whether to show bank transfer details. `1`: show; `0`: hide. |
[optional] |
| Bankname |
string |
Bank name |
[optional] |
| Bankbranch |
string |
Bank branch name |
[optional] |
| Bankid |
string |
Bank account or masked account. |
[optional] |
| BankHolderRealname |
string |
Bank cardholder name |
[optional] |
| ShowAli |
string |
Whether to show Alipay details. `1`: show; `0`: hide. |
[optional] |
| Aliname |
string |
Alipay account name |
[optional] |
| IsAlicode |
int |
Whether an Alipay QR exists. `1`: yes; `0`: no. |
[optional] |
| ShowWechat |
string |
Whether to show WeChat details. `1`: show; `0`: hide. |
[optional] |
| Wename |
string |
WeChat account name |
[optional] |
| ShowOthers |
string |
Whether to show other payment methods. `1`: show; `0`: hide. |
[optional] |
| PayOthers |
List<P2pTransactionDetailPayOthers> |
Other payment methods |
[optional] |
| SelPaytype |
string |
Selected payment type for this order, e.g. `bank`, `alipay`, `wechat`, `paypal`, `swift`, `wu`. |
[optional] |
| ItsUid |
string |
Counterparty crypto UID. |
[optional] |
| ItsNickname |
string |
Counterparty nickname |
[optional] |
| ItsRealname |
string |
Counterparty real name or verified display name. |
[optional] |
| HaveTraded |
int |
Whether you traded with the counterparty before. `1`: yes; `0`: no. |
[optional] |
| AppealAllowCancel |
int |
Whether the dispute can be withdrawn. `1`: allowed; `0`: not allowed. |
[optional] |
| AppealVerdictHasOpen |
string |
Dispute outcome or in-dispute notice text. |
[optional] |
| ImUnread |
int |
Unread chat message count. |
[optional] |
| PaymentVoucherUrl |
List<string> |
Payment voucher |
[optional] |
| TimestPaid |
int |
Timestamp when the buyer confirmed payment. |
[optional] |
| OwnRealname |
string |
Current user's real name or verified display name. |
[optional] |
| OrderType |
int |
Order type: `1` standard; `2` partner; `3` flash swap; `4` Web3. |
[optional] |
| IsShowReceive |
int |
Whether to show confirm-receipt during dispute. `1`: show; `0`: hide. |
[optional] |
| ShowSellerContactInfo |
bool |
Whether to display seller contact information |
[optional] |
| SupportedPayTypes |
List<string> |
Supported payment method types for the order, e.g. `bank`, `alipay`, `wechat`, `paypal`, `swift`, `wu`. |
[optional] |