Class ModifyBindedAccountRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cpdp.v20190820.models.ModifyBindedAccountRequest
-
public class ModifyBindedAccountRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description ModifyBindedAccountRequest()ModifyBindedAccountRequest(ModifyBindedAccountRequest 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 StringgetAccountNo()Get 收款方标识。 微信为open_id; 支付宝为会员alipay_user_id; 平安为收款方银行账号;StringgetAnchorId()Get 主播IdStringgetPhoneNum()Get 手机号LonggetTransferType()Get 1 微信企业付款 2 支付宝转账 3 平安银企直连代发转账voidsetAccountNo(String AccountNo)Set 收款方标识。 微信为open_id; 支付宝为会员alipay_user_id; 平安为收款方银行账号;voidsetAnchorId(String AnchorId)Set 主播IdvoidsetPhoneNum(String PhoneNum)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
-
ModifyBindedAccountRequest
public ModifyBindedAccountRequest()
-
ModifyBindedAccountRequest
public ModifyBindedAccountRequest(ModifyBindedAccountRequest 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
-
getAnchorId
public String getAnchorId()
Get 主播Id- Returns:
- AnchorId 主播Id
-
setAnchorId
public void setAnchorId(String AnchorId)
Set 主播Id- Parameters:
AnchorId- 主播Id
-
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 平安银企直连代发转账
-
getAccountNo
public String getAccountNo()
Get 收款方标识。 微信为open_id; 支付宝为会员alipay_user_id; 平安为收款方银行账号;- Returns:
- AccountNo 收款方标识。 微信为open_id; 支付宝为会员alipay_user_id; 平安为收款方银行账号;
-
setAccountNo
public void setAccountNo(String AccountNo)
Set 收款方标识。 微信为open_id; 支付宝为会员alipay_user_id; 平安为收款方银行账号;- Parameters:
AccountNo- 收款方标识。 微信为open_id; 支付宝为会员alipay_user_id; 平安为收款方银行账号;
-
getPhoneNum
public String getPhoneNum()
Get 手机号- Returns:
- PhoneNum 手机号
-
setPhoneNum
public void setPhoneNum(String PhoneNum)
Set 手机号- Parameters:
PhoneNum- 手机号
-
-