public class NotifyPayCodeRefundResultRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
corpId
This parameter is required.
|
String |
gmtRefund
This parameter is required.
|
List<NotifyPayCodeRefundResultRequest.NotifyPayCodeRefundResultRequestPayChannelDetailList> |
payChannelDetailList
This parameter is required.
|
String |
payCode
This parameter is required.
|
String |
refundAmount
This parameter is required.
|
String |
refundOrderNo
This parameter is required.
|
String |
refundPromotionAmount
This parameter is required.
|
String |
remark
This parameter is required.
|
String |
tradeNo
This parameter is required.
|
String |
userId
This parameter is required.
|
| 构造器和说明 |
|---|
NotifyPayCodeRefundResultRequest() |
@NameInMap(value="corpId") public String corpId
This parameter is required.
example:ding1234
@NameInMap(value="gmtRefund") public String gmtRefund
This parameter is required.
example:2021-11-11 11:11:11
@NameInMap(value="payChannelDetailList") public List<NotifyPayCodeRefundResultRequest.NotifyPayCodeRefundResultRequestPayChannelDetailList> payChannelDetailList
This parameter is required.
@NameInMap(value="payCode") public String payCode
This parameter is required.
example:payCode
@NameInMap(value="refundAmount") public String refundAmount
This parameter is required.
example:1.00
@NameInMap(value="refundOrderNo") public String refundOrderNo
This parameter is required.
example:refundOrderNo
@NameInMap(value="refundPromotionAmount") public String refundPromotionAmount
This parameter is required.
example:0.00
@NameInMap(value="remark") public String remark
This parameter is required.
example:晚餐退款
@NameInMap(value="tradeNo") public String tradeNo
This parameter is required.
example:tradeNo
@NameInMap(value="userId") public String userId
This parameter is required.
example:userId
public static NotifyPayCodeRefundResultRequest build(Map<String,?> map) throws Exception
Exceptionpublic NotifyPayCodeRefundResultRequest setCorpId(String corpId)
public String getCorpId()
public NotifyPayCodeRefundResultRequest setGmtRefund(String gmtRefund)
public String getGmtRefund()
public NotifyPayCodeRefundResultRequest setPayChannelDetailList(List<NotifyPayCodeRefundResultRequest.NotifyPayCodeRefundResultRequestPayChannelDetailList> payChannelDetailList)
public List<NotifyPayCodeRefundResultRequest.NotifyPayCodeRefundResultRequestPayChannelDetailList> getPayChannelDetailList()
public NotifyPayCodeRefundResultRequest setPayCode(String payCode)
public String getPayCode()
public NotifyPayCodeRefundResultRequest setRefundAmount(String refundAmount)
public String getRefundAmount()
public NotifyPayCodeRefundResultRequest setRefundOrderNo(String refundOrderNo)
public String getRefundOrderNo()
public NotifyPayCodeRefundResultRequest setRefundPromotionAmount(String refundPromotionAmount)
public String getRefundPromotionAmount()
public NotifyPayCodeRefundResultRequest setRemark(String remark)
public String getRemark()
public NotifyPayCodeRefundResultRequest setTradeNo(String tradeNo)
public String getTradeNo()
public NotifyPayCodeRefundResultRequest setUserId(String userId)
public String getUserId()
Copyright © 2025. All rights reserved.