public class MultiApplyDetail extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| MultiApplyDetail() | 
| MultiApplyDetail(MultiApplyDetail 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 | getAmount()Get 分账金额 | 
| String | getMerchantNo()Get 商户编号 | 
| String | getRemark()Get 备注 | 
| void | setAmount(String Amount)Set 分账金额 | 
| void | setMerchantNo(String MerchantNo)Set 商户编号 | 
| void | setRemark(String Remark)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 MultiApplyDetail()
public MultiApplyDetail(MultiApplyDetail source)
public String getMerchantNo()
public void setMerchantNo(String MerchantNo)
MerchantNo - 商户编号public String getAmount()
public void setAmount(String Amount)
Amount - 分账金额public String getRemark()
public void setRemark(String Remark)
Remark - 备注Copyright © 2025. All rights reserved.