public class BindAccountRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
BindAccountRequest() |
BindAccountRequest(BindAccountRequest 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.
|
Modifier and Type | Method and Description |
---|---|
String |
getAccountNo()
Get 收款方标识。
微信为open_id;
支付宝为会员alipay_user_id;
平安为收款方银行账号;
|
String |
getAnchorId()
Get 主播Id
|
String |
getPhoneNum()
Get 手机号
|
Long |
getTransferType()
Get 1 微信企业付款
2 支付宝转账
3 平安银企直连代发转账
|
void |
setAccountNo(String AccountNo)
Set 收款方标识。
微信为open_id;
支付宝为会员alipay_user_id;
平安为收款方银行账号;
|
void |
setAnchorId(String AnchorId)
Set 主播Id
|
void |
setPhoneNum(String PhoneNum)
Set 手机号
|
void |
setTransferType(Long TransferType)
Set 1 微信企业付款
2 支付宝转账
3 平安银企直连代发转账
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public BindAccountRequest()
public BindAccountRequest(BindAccountRequest source)
public String getAnchorId()
public void setAnchorId(String AnchorId)
AnchorId
- 主播Idpublic Long getTransferType()
public void setTransferType(Long TransferType)
TransferType
- 1 微信企业付款
2 支付宝转账
3 平安银企直连代发转账public String getAccountNo()
public void setAccountNo(String AccountNo)
AccountNo
- 收款方标识。
微信为open_id;
支付宝为会员alipay_user_id;
平安为收款方银行账号;public String getPhoneNum()
public void setPhoneNum(String PhoneNum)
PhoneNum
- 手机号Copyright © 2024. All rights reserved.