public class BillingContact extends AbstractModel
header, skipSign
Constructor and Description |
---|
BillingContact() |
BillingContact(BillingContact 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 |
getAddressLine()
Get The address line 1.
|
String |
getAddressLineTwo()
Get The address line 2.
|
String |
getCity()
Get The city name.
|
String |
getCompanyName()
Get The company or organization name.
|
String |
getCountry()
Get The country or region name, such as `CN`.
|
String |
getEmail()
Get The email address.
|
String |
getFax()
Get The fax number.
|
String |
getFirstName()
Get The first name.
|
String |
getJobTitle()
Get The job title.
|
String |
getLastName()
Get The last name.
|
String |
getPhone()
Get The mobile number, such as `+86.13600000000`.
|
String |
getProvince()
Get The province or state name.
|
String |
getZipCode()
Get The zip code.
|
void |
setAddressLine(String AddressLine)
Set The address line 1.
|
void |
setAddressLineTwo(String AddressLineTwo)
Set The address line 2.
|
void |
setCity(String City)
Set The city name.
|
void |
setCompanyName(String CompanyName)
Set The company or organization name.
|
void |
setCountry(String Country)
Set The country or region name, such as `CN`.
|
void |
setEmail(String Email)
Set The email address.
|
void |
setFax(String Fax)
Set The fax number.
|
void |
setFirstName(String FirstName)
Set The first name.
|
void |
setJobTitle(String JobTitle)
Set The job title.
|
void |
setLastName(String LastName)
Set The last name.
|
void |
setPhone(String Phone)
Set The mobile number, such as `+86.13600000000`.
|
void |
setProvince(String Province)
Set The province or state name.
|
void |
setZipCode(String ZipCode)
Set The zip code.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public BillingContact()
public BillingContact(BillingContact source)
public String getFirstName()
public void setFirstName(String FirstName)
FirstName
- The first name.public String getLastName()
public void setLastName(String LastName)
LastName
- The last name.public String getCountry()
public void setCountry(String Country)
Country
- The country or region name, such as `CN`.public String getProvince()
public void setProvince(String Province)
Province
- The province or state name.public String getCity()
public void setCity(String City)
City
- The city name.public String getAddressLine()
public void setAddressLine(String AddressLine)
AddressLine
- The address line 1.public String getZipCode()
public void setZipCode(String ZipCode)
ZipCode
- The zip code.public String getEmail()
public void setEmail(String Email)
Email
- The email address.public String getPhone()
public void setPhone(String Phone)
Phone
- The mobile number, such as `+86.13600000000`.public String getCompanyName()
public void setCompanyName(String CompanyName)
CompanyName
- The company or organization name.
Note: This field may return null, indicating that no valid values can be obtained.public String getJobTitle()
public void setJobTitle(String JobTitle)
JobTitle
- The job title.
Note: This field may return null, indicating that no valid values can be obtained.public String getAddressLineTwo()
public void setAddressLineTwo(String AddressLineTwo)
AddressLineTwo
- The address line 2.
Note: This field may return null, indicating that no valid values can be obtained.public String getFax()
public void setFax(String Fax)
Fax
- The fax number.
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2024. All rights reserved.