Uses of Class
com.docusign.esign.model.AddressInformation
-
Packages that use AddressInformation Package Description com.docusign.esign.model -
-
Uses of AddressInformation in com.docusign.esign.model
Methods in com.docusign.esign.model that return AddressInformation Modifier and Type Method Description AddressInformationAddressInformation. address1(String address1)address1.AddressInformationAddressInformation. address2(String address2)address2.AddressInformationAddressInformation. city(String city)city.AddressInformationAddressInformation. country(String country)country.AddressInformationAddressInformation. fax(String fax)fax.AddressInformationCreditCardInformation. getAddress()A complex element containing the credit card billing address information..AddressInformationPaymentProcessorInformation. getAddress()The mailing address associated with the payment processor..AddressInformationUserProfile. getAddress()The user's address..AddressInformationAddressInformationInput. getAddressInformation()A complex type that contains the following information for the new account: `address1`, `address2`, `city`, `country`, `fax`, `phone`, `postalCode` and `stateOrProvince`.AddressInformationAccountSettingsInformation. getBillingAddress()The billing address for the account..AddressInformationUserInformation. getHomeAddress()Specifies the email for the signing host.AddressInformationUserInformation. getWorkAddress().AddressInformationAddressInformation. phone(String phone)phone.AddressInformationAddressInformation. postalCode(String postalCode)postalCode.AddressInformationAddressInformation. stateOrProvince(String stateOrProvince)stateOrProvince.AddressInformationAddressInformation. zipPlus4(String zipPlus4)zipPlus4.Methods in com.docusign.esign.model with parameters of type AddressInformation Modifier and Type Method Description CreditCardInformationCreditCardInformation. address(AddressInformation address)address.PaymentProcessorInformationPaymentProcessorInformation. address(AddressInformation address)address.UserProfileUserProfile. address(AddressInformation address)address.AddressInformationInputAddressInformationInput. addressInformation(AddressInformation addressInformation)addressInformation.AccountSettingsInformationAccountSettingsInformation. billingAddress(AddressInformation billingAddress)billingAddress.UserInformationUserInformation. homeAddress(AddressInformation homeAddress)homeAddress.voidCreditCardInformation. setAddress(AddressInformation address)setAddress.voidPaymentProcessorInformation. setAddress(AddressInformation address)setAddress.voidUserProfile. setAddress(AddressInformation address)setAddress.voidAddressInformationInput. setAddressInformation(AddressInformation addressInformation)setAddressInformation.voidAccountSettingsInformation. setBillingAddress(AddressInformation billingAddress)setBillingAddress.voidUserInformation. setHomeAddress(AddressInformation homeAddress)setHomeAddress.voidUserInformation. setWorkAddress(AddressInformation workAddress)setWorkAddress.UserInformationUserInformation. workAddress(AddressInformation workAddress)workAddress.
-