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)AddressAddress. country(String country)static AddressAddress. fromJson(String jsonString)Create an instance of Address given an JSON stringAddressFundSource. getBillingAddress()Get billingAddressAddressPayoutRequest. getBillingAddress()Get billingAddressAddressStoreDetailAndSubmitRequest. getBillingAddress()Get billingAddressAddressStoreDetailRequest. getBillingAddress()Get billingAddressAddressAddress. houseNumberOrName(String houseNumberOrName)AddressAddress. postalCode(String postalCode)AddressAddress. stateOrProvince(String stateOrProvince)AddressAddress. street(String street)Methods in com.adyen.model.payout with parameters of type Address Modifier and Type Method Description FundSourceFundSource. billingAddress(Address billingAddress)PayoutRequestPayoutRequest. billingAddress(Address billingAddress)StoreDetailAndSubmitRequestStoreDetailAndSubmitRequest. billingAddress(Address billingAddress)StoreDetailRequestStoreDetailRequest. billingAddress(Address billingAddress)voidFundSource. setBillingAddress(Address billingAddress)billingAddressvoidPayoutRequest. setBillingAddress(Address billingAddress)billingAddressvoidStoreDetailAndSubmitRequest. setBillingAddress(Address billingAddress)billingAddressvoidStoreDetailRequest. setBillingAddress(Address billingAddress)billingAddress
-