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 stringAddressCheckoutBalanceCheckRequest. getBillingAddress()Get billingAddressAddressCreateCheckoutSessionRequest. getBillingAddress()Get billingAddressAddressCreateCheckoutSessionResponse. getBillingAddress()Get billingAddressAddressCreatePaymentLinkRequest. getBillingAddress()Get billingAddressAddressFundOrigin. getBillingAddress()Get billingAddressAddressFundRecipient. getBillingAddress()Get billingAddressAddressPaymentDonationRequest. getBillingAddress()Get billingAddressAddressPaymentLinkResponse. getBillingAddress()Get billingAddressAddressPaymentRequest. getBillingAddress()Get billingAddressAddressPaymentSetupRequest. getBillingAddress()Get billingAddressAddressCheckoutBalanceCheckRequest. getDeliveryAddress()Get deliveryAddressAddressCreateCheckoutSessionRequest. getDeliveryAddress()Get deliveryAddressAddressCreateCheckoutSessionResponse. getDeliveryAddress()Get deliveryAddressAddressCreatePaymentLinkRequest. getDeliveryAddress()Get deliveryAddressAddressPaymentDonationRequest. getDeliveryAddress()Get deliveryAddressAddressPaymentLinkResponse. getDeliveryAddress()Get deliveryAddressAddressPaymentRequest. 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 CheckoutBalanceCheckRequestCheckoutBalanceCheckRequest. billingAddress(Address billingAddress)CreateCheckoutSessionRequestCreateCheckoutSessionRequest. billingAddress(Address billingAddress)CreateCheckoutSessionResponseCreateCheckoutSessionResponse. billingAddress(Address billingAddress)CreatePaymentLinkRequestCreatePaymentLinkRequest. billingAddress(Address billingAddress)FundOriginFundOrigin. billingAddress(Address billingAddress)FundRecipientFundRecipient. billingAddress(Address billingAddress)PaymentDonationRequestPaymentDonationRequest. billingAddress(Address billingAddress)PaymentLinkResponsePaymentLinkResponse. billingAddress(Address billingAddress)PaymentRequestPaymentRequest. billingAddress(Address billingAddress)PaymentSetupRequestPaymentSetupRequest. billingAddress(Address billingAddress)CheckoutBalanceCheckRequestCheckoutBalanceCheckRequest. deliveryAddress(Address deliveryAddress)CreateCheckoutSessionRequestCreateCheckoutSessionRequest. deliveryAddress(Address deliveryAddress)CreateCheckoutSessionResponseCreateCheckoutSessionResponse. deliveryAddress(Address deliveryAddress)CreatePaymentLinkRequestCreatePaymentLinkRequest. deliveryAddress(Address deliveryAddress)PaymentDonationRequestPaymentDonationRequest. deliveryAddress(Address deliveryAddress)PaymentLinkResponsePaymentLinkResponse. deliveryAddress(Address deliveryAddress)PaymentRequestPaymentRequest. deliveryAddress(Address deliveryAddress)PaymentSetupRequestPaymentSetupRequest. deliveryAddress(Address deliveryAddress)voidCheckoutBalanceCheckRequest. setBillingAddress(Address billingAddress)voidCreateCheckoutSessionRequest. setBillingAddress(Address billingAddress)voidCreateCheckoutSessionResponse. setBillingAddress(Address billingAddress)voidCreatePaymentLinkRequest. setBillingAddress(Address billingAddress)voidFundOrigin. setBillingAddress(Address billingAddress)voidFundRecipient. setBillingAddress(Address billingAddress)voidPaymentDonationRequest. setBillingAddress(Address billingAddress)voidPaymentLinkResponse. setBillingAddress(Address billingAddress)voidPaymentRequest. setBillingAddress(Address billingAddress)voidPaymentSetupRequest. setBillingAddress(Address billingAddress)voidCheckoutBalanceCheckRequest. setDeliveryAddress(Address deliveryAddress)voidCreateCheckoutSessionRequest. setDeliveryAddress(Address deliveryAddress)voidCreateCheckoutSessionResponse. setDeliveryAddress(Address deliveryAddress)voidCreatePaymentLinkRequest. setDeliveryAddress(Address deliveryAddress)voidPaymentDonationRequest. setDeliveryAddress(Address deliveryAddress)voidPaymentLinkResponse. setDeliveryAddress(Address deliveryAddress)voidPaymentRequest. setDeliveryAddress(Address deliveryAddress)voidPaymentSetupRequest. setDeliveryAddress(Address deliveryAddress)
-