public class RefundMap extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| RefundMap() | 
| RefundMap(RefundMap source)NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
       and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy. | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getDealName()Get 退款单关联的原始子订单号 | 
| Long | getRefundAmount()Get 退款金额,单位分 | 
| void | setDealName(String DealName)Set 退款单关联的原始子订单号 | 
| void | setRefundAmount(Long RefundAmount)Set 退款金额,单位分 | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic RefundMap()
public RefundMap(RefundMap source)
public String getDealName()
public void setDealName(String DealName)
DealName - 退款单关联的原始子订单号public Long getRefundAmount()
public void setRefundAmount(Long RefundAmount)
RefundAmount - 退款金额,单位分Copyright © 2025. All rights reserved.