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)FundSourcePayoutRequest. getFundSource()Get fundSourceFundSourceFundSource. 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)
-