Class WithdrawBill
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cpdp.v20190820.models.WithdrawBill
-
public class WithdrawBill extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description WithdrawBill()
WithdrawBill(WithdrawBill 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 String
getCurrencyType()
Get ISO货币代码String
getDate()
Get 提现日期String
getExtendFieldData()
Get 扩展字段String
getInSubAppId()
Get 聚鑫分配转入账户appidString
getMetaData()
Get 透传字段String
getOutSubAppId()
Get 聚鑫分配转出账户appidString
getPayAmt()
Get 提现金额,单位: 分String
getWithdrawOrderId()
Get 业务提现订单号void
setCurrencyType(String CurrencyType)
Set ISO货币代码void
setDate(String Date)
Set 提现日期void
setExtendFieldData(String ExtendFieldData)
Set 扩展字段void
setInSubAppId(String InSubAppId)
Set 聚鑫分配转入账户appidvoid
setMetaData(String MetaData)
Set 透传字段void
setOutSubAppId(String OutSubAppId)
Set 聚鑫分配转出账户appidvoid
setPayAmt(String PayAmt)
Set 提现金额,单位: 分void
setWithdrawOrderId(String WithdrawOrderId)
Set 业务提现订单号void
toMap(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
-
WithdrawBill
public WithdrawBill()
-
WithdrawBill
public WithdrawBill(WithdrawBill 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
-
getWithdrawOrderId
public String getWithdrawOrderId()
Get 业务提现订单号- Returns:
- WithdrawOrderId 业务提现订单号
-
setWithdrawOrderId
public void setWithdrawOrderId(String WithdrawOrderId)
Set 业务提现订单号- Parameters:
WithdrawOrderId
- 业务提现订单号
-
getDate
public String getDate()
Get 提现日期- Returns:
- Date 提现日期
-
setDate
public void setDate(String Date)
Set 提现日期- Parameters:
Date
- 提现日期
-
getPayAmt
public String getPayAmt()
Get 提现金额,单位: 分- Returns:
- PayAmt 提现金额,单位: 分
-
setPayAmt
public void setPayAmt(String PayAmt)
Set 提现金额,单位: 分- Parameters:
PayAmt
- 提现金额,单位: 分
-
getInSubAppId
public String getInSubAppId()
Get 聚鑫分配转入账户appid- Returns:
- InSubAppId 聚鑫分配转入账户appid
-
setInSubAppId
public void setInSubAppId(String InSubAppId)
Set 聚鑫分配转入账户appid- Parameters:
InSubAppId
- 聚鑫分配转入账户appid
-
getOutSubAppId
public String getOutSubAppId()
Get 聚鑫分配转出账户appid- Returns:
- OutSubAppId 聚鑫分配转出账户appid
-
setOutSubAppId
public void setOutSubAppId(String OutSubAppId)
Set 聚鑫分配转出账户appid- Parameters:
OutSubAppId
- 聚鑫分配转出账户appid
-
getCurrencyType
public String getCurrencyType()
Get ISO货币代码- Returns:
- CurrencyType ISO货币代码
-
setCurrencyType
public void setCurrencyType(String CurrencyType)
Set ISO货币代码- Parameters:
CurrencyType
- ISO货币代码
-
getMetaData
public String getMetaData()
Get 透传字段- Returns:
- MetaData 透传字段
-
setMetaData
public void setMetaData(String MetaData)
Set 透传字段- Parameters:
MetaData
- 透传字段
-
getExtendFieldData
public String getExtendFieldData()
Get 扩展字段- Returns:
- ExtendFieldData 扩展字段
-
setExtendFieldData
public void setExtendFieldData(String ExtendFieldData)
Set 扩展字段- Parameters:
ExtendFieldData
- 扩展字段
-
-