Uses of Class
com.adyen.model.payment.Address
-
Packages that use Address Package Description com.adyen.model.payment -
-
Uses of Address in com.adyen.model.payment
Methods in com.adyen.model.payment that return Address Modifier and Type Method Description AddressAddress. city(String city)The name of the city.AddressAddress. country(String country)The two-character ISO-3166-1 alpha-2 country code.static AddressAddress. fromJson(String jsonString)Create an instance of Address given an JSON stringAddressFundDestination. getBillingAddress()billingAddressAddressFundSource. getBillingAddress()billingAddressAddressPaymentRequest. getBillingAddress()billingAddressAddressPaymentRequest3d. getBillingAddress()billingAddressAddressPaymentRequest3ds2. getBillingAddress()billingAddressAddressPaymentRequest. getDeliveryAddress()deliveryAddressAddressPaymentRequest3d. getDeliveryAddress()deliveryAddressAddressPaymentRequest3ds2. getDeliveryAddress()deliveryAddressAddressAddress. houseNumberOrName(String houseNumberOrName)The number or name of the house.AddressAddress. postalCode(String postalCode)A maximum of five digits for an address in the US, or a maximum of ten characters for an address in all other countries.AddressAddress. stateOrProvince(String stateOrProvince)The two-character ISO 3166-2 state or province code.AddressAddress. street(String street)The name of the street.Methods in com.adyen.model.payment with parameters of type Address Modifier and Type Method Description FundDestinationFundDestination. billingAddress(Address billingAddress)billingAddressFundSourceFundSource. billingAddress(Address billingAddress)billingAddressPaymentRequestPaymentRequest. billingAddress(Address billingAddress)billingAddressPaymentRequest3dPaymentRequest3d. billingAddress(Address billingAddress)billingAddressPaymentRequest3ds2PaymentRequest3ds2. billingAddress(Address billingAddress)billingAddressPaymentRequestPaymentRequest. deliveryAddress(Address deliveryAddress)deliveryAddressPaymentRequest3dPaymentRequest3d. deliveryAddress(Address deliveryAddress)deliveryAddressPaymentRequest3ds2PaymentRequest3ds2. deliveryAddress(Address deliveryAddress)deliveryAddressvoidFundDestination. setBillingAddress(Address billingAddress)billingAddressvoidFundSource. setBillingAddress(Address billingAddress)billingAddressvoidPaymentRequest. setBillingAddress(Address billingAddress)billingAddressvoidPaymentRequest3d. setBillingAddress(Address billingAddress)billingAddressvoidPaymentRequest3ds2. setBillingAddress(Address billingAddress)billingAddressvoidPaymentRequest. setDeliveryAddress(Address deliveryAddress)deliveryAddressvoidPaymentRequest3d. setDeliveryAddress(Address deliveryAddress)deliveryAddressvoidPaymentRequest3ds2. setDeliveryAddress(Address deliveryAddress)deliveryAddress
-