Uses of Class
com.onlinepayments.domain.AddressPersonal
Packages that use AddressPersonal
-
Uses of AddressPersonal in com.onlinepayments.domain
Methods in com.onlinepayments.domain that return AddressPersonalModifier and TypeMethodDescriptionShipping.getAddress()Object containing address informationPaymentProduct3203SpecificOutput.getBillingAddress()Object containing address informationPaymentProduct3203SpecificOutput.getShippingAddress()Object containing address informationAddressPersonal.withAdditionalInfo(String value) Second line of street or additional address informationCityAddressPersonal.withCompanyName(String value) Company NameAddressPersonal.withCountryCode(String value) ISO 3166-1 alpha-2 country codeAddressPersonal.withHouseNumber(String value) House numberAddressPersonal.withName(PersonalName value) Object containing the name details of the customerISO 3166-2 country subdivision codeAddressPersonal.withStreet(String value) Street nameZip codeMethods in com.onlinepayments.domain with parameters of type AddressPersonalModifier and TypeMethodDescriptionvoidShipping.setAddress(AddressPersonal value) Object containing address informationvoidPaymentProduct3203SpecificOutput.setBillingAddress(AddressPersonal value) Object containing address informationvoidPaymentProduct3203SpecificOutput.setShippingAddress(AddressPersonal value) Object containing address informationShipping.withAddress(AddressPersonal value) Object containing address informationPaymentProduct3203SpecificOutput.withBillingAddress(AddressPersonal value) Object containing address informationPaymentProduct3203SpecificOutput.withShippingAddress(AddressPersonal value) Object containing address information