Package com.docusign.esign.model
Class AddressInformationV2
- java.lang.Object
-
- com.docusign.esign.model.AddressInformationV2
-
public class AddressInformationV2 extends Object
AddressInformationV2
-
-
Constructor Summary
Constructors Constructor Description AddressInformationV2()
-
Method Summary
-
-
-
Method Detail
-
address1
public AddressInformationV2 address1(String address1)
-
getAddress1
public String getAddress1()
First Line of the address. Maximum length: 100 characters.- Returns:
- address1
-
setAddress1
public void setAddress1(String address1)
-
address2
public AddressInformationV2 address2(String address2)
-
getAddress2
public String getAddress2()
Second Line of the address. Maximum length: 100 characters.- Returns:
- address2
-
setAddress2
public void setAddress2(String address2)
-
city
public AddressInformationV2 city(String city)
-
getCity
public String getCity()
- Returns:
- city
-
setCity
public void setCity(String city)
-
country
public AddressInformationV2 country(String country)
-
getCountry
public String getCountry()
Specifies the country associated with the address.- Returns:
- country
-
setCountry
public void setCountry(String country)
-
fax
public AddressInformationV2 fax(String fax)
-
getFax
public String getFax()
- Returns:
- fax
-
setFax
public void setFax(String fax)
-
phone
public AddressInformationV2 phone(String phone)
-
getPhone
public String getPhone()
- Returns:
- phone
-
setPhone
public void setPhone(String phone)
-
postalCode
public AddressInformationV2 postalCode(String postalCode)
-
getPostalCode
public String getPostalCode()
- Returns:
- postalCode
-
setPostalCode
public void setPostalCode(String postalCode)
-
stateOrProvince
public AddressInformationV2 stateOrProvince(String stateOrProvince)
-
getStateOrProvince
public String getStateOrProvince()
The state or province associated with the address.- Returns:
- stateOrProvince
-
setStateOrProvince
public void setStateOrProvince(String stateOrProvince)
-
-