public class QueryDownloadBillURLRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| QueryDownloadBillURLRequest() | 
| QueryDownloadBillURLRequest(QueryDownloadBillURLRequest 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 | getBillDate()Get 对账单日期,格式yyyyMMdd | 
| String | getChannelCode()Get 渠道编号。固定值:ZSB2B | 
| String | getMerchantAppId()Get 分配给商户的AppId。进件成功后返给商户方的AppId。 | 
| void | setBillDate(String BillDate)Set 对账单日期,格式yyyyMMdd | 
| void | setChannelCode(String ChannelCode)Set 渠道编号。固定值:ZSB2B | 
| void | setMerchantAppId(String MerchantAppId)Set 分配给商户的AppId。进件成功后返给商户方的AppId。 | 
| 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 QueryDownloadBillURLRequest()
public QueryDownloadBillURLRequest(QueryDownloadBillURLRequest source)
public String getMerchantAppId()
public void setMerchantAppId(String MerchantAppId)
MerchantAppId - 分配给商户的AppId。进件成功后返给商户方的AppId。public String getChannelCode()
public void setChannelCode(String ChannelCode)
ChannelCode - 渠道编号。固定值:ZSB2Bpublic String getBillDate()
public void setBillDate(String BillDate)
BillDate - 对账单日期,格式yyyyMMddCopyright © 2025. All rights reserved.