| Package | Description |
|---|---|
| com.docusign.esign.model |
| Modifier and Type | Method and Description |
|---|---|
AddressInformation |
AddressInformation.city(String city)
The city associated with the address.
|
AddressInformation |
AddressInformation.country(String country)
Specifies the country associated with the address.
|
AddressInformation |
AddressInformation.fax(String fax)
A Fax number associated with the address if one is available.
|
AddressInformation |
AddressInformationInput.getAddressInformation() |
AddressInformation |
AddressInformation.phone(String phone)
A phone number associated with the address.
|
AddressInformation |
AddressInformation.state(String state)
The state or province associated with the address.
|
AddressInformation |
AddressInformation.street1(String street1)
The first line of the address.
|
AddressInformation |
AddressInformation.street2(String street2)
The second line of the address (optional).
|
AddressInformation |
AddressInformation.zip(String zip)
The zip or postal code associated with the address.
|
| Modifier and Type | Method and Description |
|---|---|
AddressInformationInput |
AddressInformationInput.addressInformation(AddressInformation addressInformation) |
void |
AddressInformationInput.setAddressInformation(AddressInformation addressInformation) |
Copyright © 2016. All rights reserved.