Uses of Class
com.adyen.model.payout.Address
-
Packages that use Address Package Description com.adyen.model.payout -
-
Uses of Address in com.adyen.model.payout
Methods in com.adyen.model.payout 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 stringAddressFundSource. getBillingAddress()billingAddressAddressPayoutRequest. getBillingAddress()billingAddressAddressStoreDetailAndSubmitRequest. getBillingAddress()billingAddressAddressStoreDetailRequest. getBillingAddress()billingAddressAddressAddress. 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.payout with parameters of type Address Modifier and Type Method Description FundSourceFundSource. billingAddress(Address billingAddress)billingAddressPayoutRequestPayoutRequest. billingAddress(Address billingAddress)billingAddressStoreDetailAndSubmitRequestStoreDetailAndSubmitRequest. billingAddress(Address billingAddress)billingAddressStoreDetailRequestStoreDetailRequest. billingAddress(Address billingAddress)billingAddressvoidFundSource. setBillingAddress(Address billingAddress)billingAddressvoidPayoutRequest. setBillingAddress(Address billingAddress)billingAddressvoidStoreDetailAndSubmitRequest. setBillingAddress(Address billingAddress)billingAddressvoidStoreDetailRequest. setBillingAddress(Address billingAddress)billingAddress
-