Class OpenBankBillingInfo
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cpdp.v20190820.models.OpenBankBillingInfo
-
public class OpenBankBillingInfo extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getAddressOne()
Get 账单地址1String
getAddressTwo()
Get 账单地址1String
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 账单地址1void
setAddressTwo(String AddressTwo)
Set 账单地址1void
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.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
OpenBankBillingInfo
public OpenBankBillingInfo()
-
OpenBankBillingInfo
public 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.
-
-
Method Detail
-
getFirstName
public String getFirstName()
Get 账单人名字- Returns:
- FirstName 账单人名字
-
setFirstName
public void setFirstName(String FirstName)
Set 账单人名字- Parameters:
FirstName
- 账单人名字
-
getLastName
public String getLastName()
Get 账单人姓氏- Returns:
- LastName 账单人姓氏
-
setLastName
public void setLastName(String LastName)
Set 账单人姓氏- Parameters:
LastName
- 账单人姓氏
-
getAddressOne
public String getAddressOne()
Get 账单地址1- Returns:
- AddressOne 账单地址1
-
setAddressOne
public void setAddressOne(String AddressOne)
Set 账单地址1- Parameters:
AddressOne
- 账单地址1
-
getAddressTwo
public String getAddressTwo()
Get 账单地址1- Returns:
- AddressTwo 账单地址1
-
setAddressTwo
public void setAddressTwo(String AddressTwo)
Set 账单地址1- Parameters:
AddressTwo
- 账单地址1
-
getCity
public String getCity()
Get 账单地址所在城市- Returns:
- City 账单地址所在城市
-
setCity
public void setCity(String City)
Set 账单地址所在城市- Parameters:
City
- 账单地址所在城市
-
getState
public String getState()
Get 账单地址所在州/省,当国家是美国或加拿大时,使用ISO-3166-2:US或ISO -3166-2:CA 中该国家地区编 码标准中的两位字母编码。- Returns:
- State 账单地址所在州/省,当国家是美国或加拿大时,使用ISO-3166-2:US或ISO -3166-2:CA 中该国家地区编 码标准中的两位字母编码。
-
setState
public void setState(String State)
Set 账单地址所在州/省,当国家是美国或加拿大时,使用ISO-3166-2:US或ISO -3166-2:CA 中该国家地区编 码标准中的两位字母编码。- Parameters:
State
- 账单地址所在州/省,当国家是美国或加拿大时,使用ISO-3166-2:US或ISO -3166-2:CA 中该国家地区编 码标准中的两位字母编码。
-
getCountry
public String getCountry()
Get 账单地址所在国家,使用ISO-3166-1标准中的两位字母编码。- Returns:
- Country 账单地址所在国家,使用ISO-3166-1标准中的两位字母编码。
-
setCountry
public void setCountry(String Country)
Set 账单地址所在国家,使用ISO-3166-1标准中的两位字母编码。- Parameters:
Country
- 账单地址所在国家,使用ISO-3166-1标准中的两位字母编码。
-
getZipCode
public String getZipCode()
Get 账单地址邮编- Returns:
- ZipCode 账单地址邮编
-
setZipCode
public void setZipCode(String ZipCode)
Set 账单地址邮编- Parameters:
ZipCode
- 账单地址邮编
-
getPhone
public String getPhone()
Get 账单人手机号- Returns:
- Phone 账单人手机号
-
setPhone
public void setPhone(String Phone)
Set 账单人手机号- Parameters:
Phone
- 账单人手机号
-
-