Skip to content

Latest commit

 

History

History
28 lines (25 loc) · 2.71 KB

File metadata and controls

28 lines (25 loc) · 2.71 KB

P2pChatMessagePayload

Properties

Name Type Description Notes
status string Order status when sending a message. Typical values: `OPEN`, `PAID`, `LOCKED`, `ACCEPT`, `BCLOSED`, `CANCEL`, `BECANCEL`, `SCLOSED`, `SCANCEL`. [optional] [default to undefined]
text string Message content [optional] [default to undefined]
paymentVoucher Array<string> Payment voucher [optional] [default to undefined]
reasonId number Cancel reason ID. `1` no longer want to buy; `2` cannot reach seller; `3` will not pay; `4` seller account not real; `5` payout account issue; `6` price mismatch; `7` mutually agreed cancel; `8` poor communication; `9` other; `10` seller cannot release with refund; `11` terms not met; `12` seller payout risk-controlled. [optional] [default to undefined]
toastId number Cancellation reason popup [optional] [default to undefined]
reasonMemo string Cancel reason description. [optional] [default to undefined]
cancelTime number Cancellation time [optional] [default to undefined]
sellerConfirm number Seller confirmation of cancel reason: `0` pending; `1` confirmed; `2` rejected. [optional] [default to undefined]
id string Payment method information ID [optional] [default to undefined]
accountDes string Payment method description [optional] [default to undefined]
payType string Payment method type [optional] [default to undefined]
file string Payment method file link [optional] [default to undefined]
fileKey string Payment method file key [optional] [default to undefined]
account string Payment account or masked payment account. [optional] [default to undefined]
memo string Payment method note [optional] [default to undefined]
code string Payment method code [optional] [default to undefined]
memoExt string Payment method additional note [optional] [default to undefined]
tradeTips string Payment method tip [optional] [default to undefined]
realName string Payment method username [optional] [default to undefined]
isDelete number Whether the payment method was deleted. `1`: deleted; `0`: not deleted. [optional] [default to undefined]
payName string Payment method full name [optional] [default to undefined]