Uses of Class
com.adyen.model.checkout.Address
-
Packages that use Address Package Description com.adyen.model.checkout -
-
Uses of Address in com.adyen.model.checkout
Methods in com.adyen.model.checkout 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 stringAddressBalanceCheckRequest. getBillingAddress()Get billingAddressAddressFundOrigin. getBillingAddress()Get billingAddressAddressFundRecipient. getBillingAddress()Get billingAddressAddressPaymentLinkRequest. getBillingAddress()Get billingAddressAddressPaymentLinkResponse. getBillingAddress()Get billingAddressAddressPaymentSetupRequest. getBillingAddress()Get billingAddressAddressBalanceCheckRequest. getDeliveryAddress()Get deliveryAddressAddressPaymentLinkRequest. getDeliveryAddress()Get deliveryAddressAddressPaymentLinkResponse. getDeliveryAddress()Get deliveryAddressAddressPaymentSetupRequest. getDeliveryAddress()Get deliveryAddressAddressAddress. houseNumberOrName(String houseNumberOrName)AddressAddress. postalCode(String postalCode)AddressAddress. stateOrProvince(String stateOrProvince)AddressAddress. street(String street)Methods in com.adyen.model.checkout with parameters of type Address Modifier and Type Method Description BalanceCheckRequestBalanceCheckRequest. billingAddress(Address billingAddress)FundOriginFundOrigin. billingAddress(Address billingAddress)FundRecipientFundRecipient. billingAddress(Address billingAddress)PaymentLinkRequestPaymentLinkRequest. billingAddress(Address billingAddress)PaymentLinkResponsePaymentLinkResponse. billingAddress(Address billingAddress)PaymentSetupRequestPaymentSetupRequest. billingAddress(Address billingAddress)BalanceCheckRequestBalanceCheckRequest. deliveryAddress(Address deliveryAddress)PaymentLinkRequestPaymentLinkRequest. deliveryAddress(Address deliveryAddress)PaymentLinkResponsePaymentLinkResponse. deliveryAddress(Address deliveryAddress)PaymentSetupRequestPaymentSetupRequest. deliveryAddress(Address deliveryAddress)voidBalanceCheckRequest. setBillingAddress(Address billingAddress)billingAddressvoidFundOrigin. setBillingAddress(Address billingAddress)billingAddressvoidFundRecipient. setBillingAddress(Address billingAddress)billingAddressvoidPaymentLinkRequest. setBillingAddress(Address billingAddress)billingAddressvoidPaymentLinkResponse. setBillingAddress(Address billingAddress)billingAddressvoidPaymentSetupRequest. setBillingAddress(Address billingAddress)billingAddressvoidBalanceCheckRequest. setDeliveryAddress(Address deliveryAddress)deliveryAddressvoidPaymentLinkRequest. setDeliveryAddress(Address deliveryAddress)deliveryAddressvoidPaymentLinkResponse. setDeliveryAddress(Address deliveryAddress)deliveryAddressvoidPaymentSetupRequest. setDeliveryAddress(Address deliveryAddress)deliveryAddress
-