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(java.lang.String address1)address1.AccountAddressAccountAddress. address2(java.lang.String address2)address2.AccountAddressAccountAddress. addSupportedCountriesItem(Country supportedCountriesItem)addSupportedCountriesItem.AccountAddressAccountAddress. city(java.lang.String city)city.AccountAddressAccountAddress. country(java.lang.String country)country.AccountAddressAccountAddress. email(java.lang.String email)email.AccountAddressAccountAddress. fax(java.lang.String fax)fax.AccountAddressAccountAddress. firstName(java.lang.String firstName)firstName.AccountAddressNewAccountDefinition. getAddressInformation()Get addressInformation.AccountAddressAccountBillingPlanResponse. getBillingAddress()Get billingAddress.AccountAddressBillingPlanInformation. getBillingAddress()Get billingAddress.AccountAddressAccountAddress. lastName(java.lang.String lastName)lastName.AccountAddressAccountAddress. phone(java.lang.String phone)phone.AccountAddressAccountAddress. postalCode(java.lang.String postalCode)postalCode.AccountAddressAccountAddress. state(java.lang.String state)state.AccountAddressAccountAddress. supportedCountries(java.util.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.
-