Class PayeeFundingAccountResult
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cpdp.v20190820.models.PayeeFundingAccountResult
-
public class PayeeFundingAccountResult extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description PayeeFundingAccountResult()
PayeeFundingAccountResult(PayeeFundingAccountResult 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
getFundingAccountBindSerialNo()
Get 资金账户IDvoid
setFundingAccountBindSerialNo(String FundingAccountBindSerialNo)
Set 资金账户IDvoid
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
-
PayeeFundingAccountResult
public PayeeFundingAccountResult()
-
PayeeFundingAccountResult
public PayeeFundingAccountResult(PayeeFundingAccountResult 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
-
getFundingAccountBindSerialNo
public String getFundingAccountBindSerialNo()
Get 资金账户ID- Returns:
- FundingAccountBindSerialNo 资金账户ID
-
setFundingAccountBindSerialNo
public void setFundingAccountBindSerialNo(String FundingAccountBindSerialNo)
Set 资金账户ID- Parameters:
FundingAccountBindSerialNo
- 资金账户ID
-
-