public class OpenBankBillingInfo extends AbstractModel
header, skipSign
Constructor and Description |
---|
OpenBankBillingInfo() |
OpenBankBillingInfo(OpenBankBillingInfo 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 |
getAddressOne()
Get 账单地址1
|
String |
getAddressTwo()
Get 账单地址1
|
String |
getCity()
Get 账单地址所在城市
|
String |
getCountry()
Get 账单地址所在国家,使用ISO-3166-1标准中的两位字母编码。
|
String |
getFirstName()
Get 账单人名字
|
String |
getLastName()
Get 账单人姓氏
|
String |
getPhone()
Get 账单人手机号
|
String |
getState()
Get 账单地址所在州/省,当国家是美国或加拿大时,使用ISO-3166-2:US或ISO -3166-2:CA 中该国家地区编 码标准中的两位字母编码。
|
String |
getZipCode()
Get 账单地址邮编
|
void |
setAddressOne(String AddressOne)
Set 账单地址1
|
void |
setAddressTwo(String AddressTwo)
Set 账单地址1
|
void |
setCity(String City)
Set 账单地址所在城市
|
void |
setCountry(String Country)
Set 账单地址所在国家,使用ISO-3166-1标准中的两位字母编码。
|
void |
setFirstName(String FirstName)
Set 账单人名字
|
void |
setLastName(String LastName)
Set 账单人姓氏
|
void |
setPhone(String Phone)
Set 账单人手机号
|
void |
setState(String State)
Set 账单地址所在州/省,当国家是美国或加拿大时,使用ISO-3166-2:US或ISO -3166-2:CA 中该国家地区编 码标准中的两位字母编码。
|
void |
setZipCode(String ZipCode)
Set 账单地址邮编
|
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 OpenBankBillingInfo()
public OpenBankBillingInfo(OpenBankBillingInfo source)
public String getFirstName()
public void setFirstName(String FirstName)
FirstName
- 账单人名字public String getLastName()
public void setLastName(String LastName)
LastName
- 账单人姓氏public String getAddressOne()
public void setAddressOne(String AddressOne)
AddressOne
- 账单地址1public String getAddressTwo()
public void setAddressTwo(String AddressTwo)
AddressTwo
- 账单地址1public String getCity()
public void setCity(String City)
City
- 账单地址所在城市public String getState()
public void setState(String State)
State
- 账单地址所在州/省,当国家是美国或加拿大时,使用ISO-3166-2:US或ISO -3166-2:CA 中该国家地区编 码标准中的两位字母编码。public String getCountry()
public void setCountry(String Country)
Country
- 账单地址所在国家,使用ISO-3166-1标准中的两位字母编码。public String getZipCode()
public void setZipCode(String ZipCode)
ZipCode
- 账单地址邮编public String getPhone()
public void setPhone(String Phone)
Phone
- 账单人手机号Copyright © 2025. All rights reserved.