企业🤖AI智能体构建引擎,智能编排和调试,一键部署,支持私有化部署方案 广告
## IssueAPIIssueProcessDTO ### 简要描述 纠纷处理过程 ### 属性 | 名称 | 类型 | 是否隐私 | 描述 | 示例值 | | --- | --- | --- | --- | --- | | id | Long | 否 | 过程id | 680*************804 | | gmtCreate | Date | 否 | 创建时间 | 20150714020749000-0700 | | gmtModified | Date | 否 | 修改时间 | 20150714020749000-0700 | | issueId | Long | 否 | 纠纷id | 680*************804 | | reason | String | 否 | 纠纷原因 | Color_not_as_described@3rdIssueReason | | content | String | 否 | 纠纷描述 | The produit don't turn one. | | refundAmount | [issue.Money](http://gw.api.alibaba.com/dev/doc/intl/message.htm?n=issue.Money&ns=aliexpress.open&t=1) | 否 | 退款金额本币 | {"amount":0.1,"cent":10,"currencyCode":"RUB","centFactor":100,"currency":{"defaultFractionDigits":2,"currencyCode":"RUB","symbol":"RUB"} | | refundConfirmAmount | [issue.Money](http://gw.api.alibaba.com/dev/doc/intl/message.htm?n=issue.Money&ns=aliexpress.open&t=1) | 否 | 退款金额美元 | {"amount":0.01,"cent":1,"currencyCode":"USD","centFactor":100,"currency":{"defaultFractionDigits":2,"currencyCode":"USD","symbol":"$"} | | actionType | String | 否 | 操作 | seller_accept | | submitMemberType | String | 否 | 操作人类型 seller 卖家 buyer 买家 system 系统 | seller | | attachments | String[] | 否 | 附件列表 | ["http://g02.a.alicdn.com/kf/UT8B.pjXtxbXXcUQpbXm.png"]}] | | isReceivedGoods | String | 否 | 是否收到货 Y N | Y | | videos | String[] | 否 | 视频列表 | ["http://cloud.video.taobao.com/play/u/133146836577/p/1/e/1/t/1/d/hd/fv/27046845.swf"]}] | | issueRefundSuggestionList | [IssueRefundSuggestionDTO[]](http://gw.api.alibaba.com/dev/doc/intl/message.htm?n=IssueRefundSuggestionDTO&ns=aliexpress.open&t=1) | 否 | 纠纷协商方案 | {"isDefault":true,"issueMoney":{"amount":74.47,"cent":7447,"centFactor":100,"currency":{"currencyCode":"RUB","symbol":"RUB"},"currencyCode":"RUB"},"issueMoneyPost":{"amount":1.42,"cent":142,"centFactor":100,"currency":{"currencyCode":"USD","symbol":"$"},"currencyCode":"USD"},"issueRefundType":"full_amount_refund","issueReturnGoods":false} |