Uses of Class
com.onlinepayments.domain.Address
Packages that use Address
-
Uses of Address in com.onlinepayments.domain
Methods in com.onlinepayments.domain that return AddressModifier and TypeMethodDescriptionCustomer.getBillingAddress()Object containing billing address details.CustomerToken.getBillingAddress()Object containing billing address details.PaymentProduct840SpecificOutput.getBillingAddress()Object containing billing address details.PaymentProduct840SpecificOutput.getCustomerAddress()Object containing billing address details.Address.withAdditionalInfo(String value) Second line of street or additional address informationCityAddress.withCountryCode(String value) ISO 3166-1 alpha-2 country codeAddress.withHouseNumber(String value) House numberISO 3166-2 country subdivision codeAddress.withStreet(String value) Street nameZip codeMethods in com.onlinepayments.domain with parameters of type AddressModifier and TypeMethodDescriptionvoidCustomer.setBillingAddress(Address value) Object containing billing address details.voidCustomerToken.setBillingAddress(Address value) Object containing billing address details.voidPaymentProduct840SpecificOutput.setBillingAddress(Address value) Object containing billing address details.voidPaymentProduct840SpecificOutput.setCustomerAddress(Address value) Object containing billing address details.Customer.withBillingAddress(Address value) Object containing billing address details.CustomerToken.withBillingAddress(Address value) Object containing billing address details.PaymentProduct840SpecificOutput.withBillingAddress(Address value) Object containing billing address details.PaymentProduct840SpecificOutput.withCustomerAddress(Address value) Object containing billing address details.