Class QueryMerchantBalanceData
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cpdp.v20190820.models.QueryMerchantBalanceData
-
public class QueryMerchantBalanceData extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description QueryMerchantBalanceData()QueryMerchantBalanceData(QueryMerchantBalanceData 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 StringgetBalance()Get 账户余额StringgetCurrency()Get 余额币种StringgetMerchantId()Get 商户IDvoidsetBalance(String Balance)Set 账户余额voidsetCurrency(String Currency)Set 余额币种voidsetMerchantId(String MerchantId)Set 商户IDvoidtoMap(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
-
QueryMerchantBalanceData
public QueryMerchantBalanceData()
-
QueryMerchantBalanceData
public QueryMerchantBalanceData(QueryMerchantBalanceData 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
-
getCurrency
public String getCurrency()
Get 余额币种- Returns:
- Currency 余额币种
-
setCurrency
public void setCurrency(String Currency)
Set 余额币种- Parameters:
Currency- 余额币种
-
getBalance
public String getBalance()
Get 账户余额- Returns:
- Balance 账户余额
-
setBalance
public void setBalance(String Balance)
Set 账户余额- Parameters:
Balance- 账户余额
-
getMerchantId
public String getMerchantId()
Get 商户ID- Returns:
- MerchantId 商户ID
-
setMerchantId
public void setMerchantId(String MerchantId)
Set 商户ID- Parameters:
MerchantId- 商户ID
-
-