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)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 stringAddressBalanceCheckRequest. getBillingAddress()billingAddressAddressFundOrigin. getBillingAddress()billingAddressAddressFundRecipient. getBillingAddress()billingAddressAddressPaymentLinkRequest. getBillingAddress()billingAddressAddressPaymentLinkResponse. getBillingAddress()billingAddressAddressBalanceCheckRequest. getDeliveryAddress()deliveryAddressAddressPaymentLinkRequest. getDeliveryAddress()deliveryAddressAddressPaymentLinkResponse. 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.checkout with parameters of type Address Modifier and Type Method Description BalanceCheckRequestBalanceCheckRequest. billingAddress(Address billingAddress)billingAddressFundOriginFundOrigin. billingAddress(Address billingAddress)billingAddressFundRecipientFundRecipient. billingAddress(Address billingAddress)billingAddressPaymentLinkRequestPaymentLinkRequest. billingAddress(Address billingAddress)billingAddressPaymentLinkResponsePaymentLinkResponse. billingAddress(Address billingAddress)billingAddressBalanceCheckRequestBalanceCheckRequest. deliveryAddress(Address deliveryAddress)deliveryAddressPaymentLinkRequestPaymentLinkRequest. deliveryAddress(Address deliveryAddress)deliveryAddressPaymentLinkResponsePaymentLinkResponse. deliveryAddress(Address deliveryAddress)deliveryAddressvoidBalanceCheckRequest. setBillingAddress(Address billingAddress)billingAddressvoidFundOrigin. setBillingAddress(Address billingAddress)billingAddressvoidFundRecipient. setBillingAddress(Address billingAddress)billingAddressvoidPaymentLinkRequest. setBillingAddress(Address billingAddress)billingAddressvoidPaymentLinkResponse. setBillingAddress(Address billingAddress)billingAddressvoidBalanceCheckRequest. setDeliveryAddress(Address deliveryAddress)deliveryAddressvoidPaymentLinkRequest. setDeliveryAddress(Address deliveryAddress)deliveryAddressvoidPaymentLinkResponse. setDeliveryAddress(Address deliveryAddress)deliveryAddress
-