Uses of Class
com.docusign.esign.model.AccountAddress
-
Packages that use AccountAddress Package Description com.docusign.esign.model -
-
Uses of AccountAddress in com.docusign.esign.model
Methods in com.docusign.esign.model that return AccountAddress Modifier and Type Method Description AccountAddressAccountAddress. address1(String address1)address1.AccountAddressAccountAddress. address2(String address2)address2.AccountAddressAccountAddress. addSupportedCountriesItem(Country supportedCountriesItem)addSupportedCountriesItem.AccountAddressAccountAddress. city(String city)city.AccountAddressAccountAddress. country(String country)country.AccountAddressAccountAddress. email(String email)email.AccountAddressAccountAddress. fax(String fax)fax.AccountAddressAccountAddress. firstName(String firstName)firstName.AccountAddressNewAccountDefinition. getAddressInformation()A complex type that contains the following information for the new account: `Street1`, `Street2`, `City`, `State`, `Zip`, `Phone`, and `Fax`..AccountAddressAccountBillingPlanResponse. getBillingAddress()The billing address for the account..AccountAddressBillingPlanInformation. getBillingAddress()The billing address for the account..AccountAddressAccountAddress. lastName(String lastName)lastName.AccountAddressAccountAddress. phone(String phone)phone.AccountAddressAccountAddress. postalCode(String postalCode)postalCode.AccountAddressAccountAddress. state(String state)state.AccountAddressAccountAddress. supportedCountries(List<Country> supportedCountries)supportedCountries.Methods in com.docusign.esign.model with parameters of type AccountAddress Modifier and Type Method Description NewAccountDefinitionNewAccountDefinition. addressInformation(AccountAddress addressInformation)addressInformation.AccountBillingPlanResponseAccountBillingPlanResponse. billingAddress(AccountAddress billingAddress)billingAddress.BillingPlanInformationBillingPlanInformation. billingAddress(AccountAddress billingAddress)billingAddress.voidNewAccountDefinition. setAddressInformation(AccountAddress addressInformation)setAddressInformation.voidAccountBillingPlanResponse. setBillingAddress(AccountAddress billingAddress)setBillingAddress.voidBillingPlanInformation. setBillingAddress(AccountAddress billingAddress)setBillingAddress.
-