public class OpenBankProfitSharePayeeInfo extends AbstractModel
skipSign
Constructor and Description |
---|
OpenBankProfitSharePayeeInfo() |
OpenBankProfitSharePayeeInfo(OpenBankProfitSharePayeeInfo 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 |
getAccountName()
Get 收款人账户名称
|
String |
getAddress()
Get 客户地址
非中国内地账户的客户地址不能为空
|
String |
getBankAddress()
Get 开户行地址
账户地区非中国必填,【账户名+开户行地址不可超过114个字符(只允许【英文字母数字空格.,/-()'】),否则可能导致境外银行付款失败】
|
String |
getBankName()
Get 银行名称
可大体识别银行就行
|
String |
getBicCode()
Get 参考接口说明。
|
String |
getCity()
Get 账户城市
参考附录“地区代码
|
String |
getCnaps()
Get 大额支付行号/支付行号
参考接口说明。境外(大额支付行号)参考附录【大额行号】,境内(支付行号)参考附录【支付行号】
|
String |
getCountry()
Get 账户地区/受益人所在国家。参考附录“国家代码”表——“代码”字段
|
String |
getCurrency()
Get 账户货币
|
String |
getDepositCountry()
Get 账户开户所在国家
参考附录“国家代码”表——“代码”字段
|
String |
getExpireDate()
Get 合作有效期
yyyy-MM-dd
|
String |
getFid()
Get 关联附件。上传的文件ID
|
String |
getFlag()
Get 0:个人(对私) 1:公司(对公)
|
String |
getIsOSA()
Get 账户属性
账户开户所在国家为中国则必填。
1-离岸账户 0-在岸账户
|
String |
getLegalIdNo()
Get 证件号/统一信用证代码
如果country与depositcountry字段都是CHN时,必填
对公账户填统一信用证代码,对私账户填身份证号码
离岸账户非必填
|
String |
getNature()
Get 账户类型。
00:借记卡
01:存折
02:信用卡
03:准贷记卡
04:预付卡费
05:境外卡
|
String |
getProvince()
Get 账户省份
参考附录“地区代码”
|
String |
getSwiftCode()
Get 参考接口说明。
|
String |
getTelephone()
Get 手机号。
账户地区是日本则必填
|
String |
getTransferBankNo()
Get 中转行号,参考接口说明。
|
void |
setAccountName(String AccountName)
Set 收款人账户名称
|
void |
setAddress(String Address)
Set 客户地址
非中国内地账户的客户地址不能为空
|
void |
setBankAddress(String BankAddress)
Set 开户行地址
账户地区非中国必填,【账户名+开户行地址不可超过114个字符(只允许【英文字母数字空格.,/-()'】),否则可能导致境外银行付款失败】
|
void |
setBankName(String BankName)
Set 银行名称
可大体识别银行就行
|
void |
setBicCode(String BicCode)
Set 参考接口说明。
|
void |
setCity(String City)
Set 账户城市
参考附录“地区代码
|
void |
setCnaps(String Cnaps)
Set 大额支付行号/支付行号
参考接口说明。境外(大额支付行号)参考附录【大额行号】,境内(支付行号)参考附录【支付行号】
|
void |
setCountry(String Country)
Set 账户地区/受益人所在国家。参考附录“国家代码”表——“代码”字段
|
void |
setCurrency(String Currency)
Set 账户货币
|
void |
setDepositCountry(String DepositCountry)
Set 账户开户所在国家
参考附录“国家代码”表——“代码”字段
|
void |
setExpireDate(String ExpireDate)
Set 合作有效期
yyyy-MM-dd
|
void |
setFid(String Fid)
Set 关联附件。上传的文件ID
|
void |
setFlag(String Flag)
Set 0:个人(对私) 1:公司(对公)
|
void |
setIsOSA(String IsOSA)
Set 账户属性
账户开户所在国家为中国则必填。
1-离岸账户 0-在岸账户
|
void |
setLegalIdNo(String LegalIdNo)
Set 证件号/统一信用证代码
如果country与depositcountry字段都是CHN时,必填
对公账户填统一信用证代码,对私账户填身份证号码
离岸账户非必填
|
void |
setNature(String Nature)
Set 账户类型。
00:借记卡
01:存折
02:信用卡
03:准贷记卡
04:预付卡费
05:境外卡
|
void |
setProvince(String Province)
Set 账户省份
参考附录“地区代码”
|
void |
setSwiftCode(String SwiftCode)
Set 参考接口说明。
|
void |
setTelephone(String Telephone)
Set 手机号。
账户地区是日本则必填
|
void |
setTransferBankNo(String TransferBankNo)
Set 中转行号,参考接口说明。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, getSkipSign, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public OpenBankProfitSharePayeeInfo()
public OpenBankProfitSharePayeeInfo(OpenBankProfitSharePayeeInfo source)
public String getAccountName()
public void setAccountName(String AccountName)
AccountName
- 收款人账户名称public String getBankName()
public void setBankName(String BankName)
BankName
- 银行名称
可大体识别银行就行public String getCurrency()
public void setCurrency(String Currency)
Currency
- 账户货币public String getNature()
public void setNature(String Nature)
Nature
- 账户类型。
00:借记卡
01:存折
02:信用卡
03:准贷记卡
04:预付卡费
05:境外卡public String getCountry()
public void setCountry(String Country)
Country
- 账户地区/受益人所在国家。参考附录“国家代码”表——“代码”字段public String getDepositCountry()
public void setDepositCountry(String DepositCountry)
DepositCountry
- 账户开户所在国家
参考附录“国家代码”表——“代码”字段public String getExpireDate()
public void setExpireDate(String ExpireDate)
ExpireDate
- 合作有效期
yyyy-MM-ddpublic String getFlag()
public void setFlag(String Flag)
Flag
- 0:个人(对私) 1:公司(对公)public String getBankAddress()
public void setBankAddress(String BankAddress)
BankAddress
- 开户行地址
账户地区非中国必填,【账户名+开户行地址不可超过114个字符(只允许【英文字母数字空格.,/-()'】),否则可能导致境外银行付款失败】public String getAddress()
public void setAddress(String Address)
Address
- 客户地址
非中国内地账户的客户地址不能为空public String getIsOSA()
public void setIsOSA(String IsOSA)
IsOSA
- 账户属性
账户开户所在国家为中国则必填。
1-离岸账户 0-在岸账户public String getProvince()
public void setProvince(String Province)
Province
- 账户省份
参考附录“地区代码”public String getCity()
public void setCity(String City)
City
- 账户城市
参考附录“地区代码public String getLegalIdNo()
public void setLegalIdNo(String LegalIdNo)
LegalIdNo
- 证件号/统一信用证代码
如果country与depositcountry字段都是CHN时,必填
对公账户填统一信用证代码,对私账户填身份证号码
离岸账户非必填public String getTelephone()
public void setTelephone(String Telephone)
Telephone
- 手机号。
账户地区是日本则必填public String getBicCode()
public void setBicCode(String BicCode)
BicCode
- 参考接口说明。public String getSwiftCode()
public void setSwiftCode(String SwiftCode)
SwiftCode
- 参考接口说明。public String getCnaps()
public void setCnaps(String Cnaps)
Cnaps
- 大额支付行号/支付行号
参考接口说明。境外(大额支付行号)参考附录【大额行号】,境内(支付行号)参考附录【支付行号】public String getTransferBankNo()
public void setTransferBankNo(String TransferBankNo)
TransferBankNo
- 中转行号,参考接口说明。public String getFid()
public void setFid(String Fid)
Fid
- 关联附件。上传的文件IDCopyright © 2023. All rights reserved.