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)AddressAddress. country(String country)static AddressAddress. fromJson(String jsonString)Create an instance of Address given an JSON stringAddressFundDestination. getBillingAddress()Get billingAddressAddressFundSource. getBillingAddress()Get billingAddressAddressPaymentRequest. getBillingAddress()Get billingAddressAddressPaymentRequest3d. getBillingAddress()Get billingAddressAddressPaymentRequest3ds2. getBillingAddress()Get billingAddressAddressPaymentRequest. getDeliveryAddress()Get deliveryAddressAddressPaymentRequest3d. getDeliveryAddress()Get deliveryAddressAddressPaymentRequest3ds2. getDeliveryAddress()Get deliveryAddressAddressAddress. houseNumberOrName(String houseNumberOrName)AddressAddress. postalCode(String postalCode)AddressAddress. stateOrProvince(String stateOrProvince)AddressAddress. street(String street)Methods in com.adyen.model.payment with parameters of type Address Modifier and Type Method Description FundDestinationFundDestination. billingAddress(Address billingAddress)FundSourceFundSource. billingAddress(Address billingAddress)PaymentRequestPaymentRequest. billingAddress(Address billingAddress)PaymentRequest3dPaymentRequest3d. billingAddress(Address billingAddress)PaymentRequest3ds2PaymentRequest3ds2. billingAddress(Address billingAddress)PaymentRequestPaymentRequest. deliveryAddress(Address deliveryAddress)PaymentRequest3dPaymentRequest3d. deliveryAddress(Address deliveryAddress)PaymentRequest3ds2PaymentRequest3ds2. deliveryAddress(Address deliveryAddress)voidFundDestination. 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
-