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 stringAddressSubMerchantInfo. getAddress()Get addressAddressBalanceCheckRequest. getBillingAddress()Get billingAddressAddressCreateCheckoutSessionRequest. getBillingAddress()Get billingAddressAddressCreateCheckoutSessionResponse. getBillingAddress()Get billingAddressAddressDonationPaymentRequest. getBillingAddress()Get billingAddressAddressFundOrigin. getBillingAddress()Get billingAddressAddressFundRecipient. getBillingAddress()Get billingAddressAddressPaymentLinkRequest. getBillingAddress()Get billingAddressAddressPaymentLinkResponse. getBillingAddress()Get billingAddressAddressPaymentRequest. getBillingAddress()Get billingAddressAddressPaymentSetupRequest. getBillingAddress()Get billingAddressAddressBalanceCheckRequest. getDeliveryAddress()Get deliveryAddressAddressCreateCheckoutSessionRequest. getDeliveryAddress()Get deliveryAddressAddressCreateCheckoutSessionResponse. getDeliveryAddress()Get deliveryAddressAddressDonationPaymentRequest. getDeliveryAddress()Get deliveryAddressAddressPaymentLinkRequest. 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 SubMerchantInfoSubMerchantInfo. address(Address address)BalanceCheckRequestBalanceCheckRequest. billingAddress(Address billingAddress)CreateCheckoutSessionRequestCreateCheckoutSessionRequest. billingAddress(Address billingAddress)CreateCheckoutSessionResponseCreateCheckoutSessionResponse. billingAddress(Address billingAddress)DonationPaymentRequestDonationPaymentRequest. billingAddress(Address billingAddress)FundOriginFundOrigin. billingAddress(Address billingAddress)FundRecipientFundRecipient. billingAddress(Address billingAddress)PaymentLinkRequestPaymentLinkRequest. billingAddress(Address billingAddress)PaymentLinkResponsePaymentLinkResponse. billingAddress(Address billingAddress)PaymentRequestPaymentRequest. billingAddress(Address billingAddress)PaymentSetupRequestPaymentSetupRequest. billingAddress(Address billingAddress)BalanceCheckRequestBalanceCheckRequest. deliveryAddress(Address deliveryAddress)CreateCheckoutSessionRequestCreateCheckoutSessionRequest. deliveryAddress(Address deliveryAddress)CreateCheckoutSessionResponseCreateCheckoutSessionResponse. deliveryAddress(Address deliveryAddress)DonationPaymentRequestDonationPaymentRequest. deliveryAddress(Address deliveryAddress)PaymentLinkRequestPaymentLinkRequest. deliveryAddress(Address deliveryAddress)PaymentLinkResponsePaymentLinkResponse. deliveryAddress(Address deliveryAddress)PaymentRequestPaymentRequest. deliveryAddress(Address deliveryAddress)PaymentSetupRequestPaymentSetupRequest. deliveryAddress(Address deliveryAddress)voidSubMerchantInfo. setAddress(Address address)voidBalanceCheckRequest. setBillingAddress(Address billingAddress)voidCreateCheckoutSessionRequest. setBillingAddress(Address billingAddress)voidCreateCheckoutSessionResponse. setBillingAddress(Address billingAddress)voidDonationPaymentRequest. setBillingAddress(Address billingAddress)voidFundOrigin. setBillingAddress(Address billingAddress)voidFundRecipient. setBillingAddress(Address billingAddress)voidPaymentLinkRequest. setBillingAddress(Address billingAddress)voidPaymentLinkResponse. setBillingAddress(Address billingAddress)voidPaymentRequest. setBillingAddress(Address billingAddress)voidPaymentSetupRequest. setBillingAddress(Address billingAddress)voidBalanceCheckRequest. setDeliveryAddress(Address deliveryAddress)voidCreateCheckoutSessionRequest. setDeliveryAddress(Address deliveryAddress)voidCreateCheckoutSessionResponse. setDeliveryAddress(Address deliveryAddress)voidDonationPaymentRequest. setDeliveryAddress(Address deliveryAddress)voidPaymentLinkRequest. setDeliveryAddress(Address deliveryAddress)voidPaymentLinkResponse. setDeliveryAddress(Address deliveryAddress)voidPaymentRequest. setDeliveryAddress(Address deliveryAddress)voidPaymentSetupRequest. setDeliveryAddress(Address deliveryAddress)
-