Class QueryBillDownloadURLRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cpdp.v20190820.models.QueryBillDownloadURLRequest
-
public class QueryBillDownloadURLRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description QueryBillDownloadURLRequest()QueryBillDownloadURLRequest(QueryBillDownloadURLRequest 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetBillDate()Get 账单日期,格式yyyy-MM-ddStringgetMerchantId()Get 商户号LonggetTransferType()Get 代发类型: 1、 微信企业付款 2、 支付宝转账 3、 平安银企直联代发转账voidsetBillDate(String BillDate)Set 账单日期,格式yyyy-MM-ddvoidsetMerchantId(String MerchantId)Set 商户号voidsetTransferType(Long TransferType)Set 代发类型: 1、 微信企业付款 2、 支付宝转账 3、 平安银企直联代发转账voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
QueryBillDownloadURLRequest
public QueryBillDownloadURLRequest()
-
QueryBillDownloadURLRequest
public QueryBillDownloadURLRequest(QueryBillDownloadURLRequest 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.
-
-
Method Detail
-
getMerchantId
public String getMerchantId()
Get 商户号- Returns:
- MerchantId 商户号
-
setMerchantId
public void setMerchantId(String MerchantId)
Set 商户号- Parameters:
MerchantId- 商户号
-
getTransferType
public Long getTransferType()
Get 代发类型: 1、 微信企业付款 2、 支付宝转账 3、 平安银企直联代发转账- Returns:
- TransferType 代发类型: 1、 微信企业付款 2、 支付宝转账 3、 平安银企直联代发转账
-
setTransferType
public void setTransferType(Long TransferType)
Set 代发类型: 1、 微信企业付款 2、 支付宝转账 3、 平安银企直联代发转账- Parameters:
TransferType- 代发类型: 1、 微信企业付款 2、 支付宝转账 3、 平安银企直联代发转账
-
getBillDate
public String getBillDate()
Get 账单日期,格式yyyy-MM-dd- Returns:
- BillDate 账单日期,格式yyyy-MM-dd
-
setBillDate
public void setBillDate(String BillDate)
Set 账单日期,格式yyyy-MM-dd- Parameters:
BillDate- 账单日期,格式yyyy-MM-dd
-
-