Uses of Class
com.adyen.model.payout.FundSource
-
Packages that use FundSource Package Description com.adyen.model.payout -
-
Uses of FundSource in com.adyen.model.payout
Methods in com.adyen.model.payout that return FundSource Modifier and Type Method Description FundSourceFundSource. additionalData(Map<String,String> additionalData)FundSourceFundSource. billingAddress(Address billingAddress)FundSourceFundSource. card(Card card)static FundSourceFundSource. fromJson(String jsonString)Create an instance of FundSource given an JSON stringFundSourcePayoutRequest. getFundSource()Get fundSourceFundSourceFundSource. putAdditionalDataItem(String key, String additionalDataItem)FundSourceFundSource. shopperEmail(String shopperEmail)FundSourceFundSource. shopperName(Name shopperName)FundSourceFundSource. telephoneNumber(String telephoneNumber)Methods in com.adyen.model.payout with parameters of type FundSource Modifier and Type Method Description PayoutRequestPayoutRequest. fundSource(FundSource fundSource)voidPayoutRequest. setFundSource(FundSource fundSource)fundSource
-