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)A map of name-value pairs for passing additional or industry-specific data.FundSourceFundSource. billingAddress(Address billingAddress)billingAddressFundSourceFundSource. card(Card card)cardstatic FundSourceFundSource. fromJson(String jsonString)Create an instance of FundSource given an JSON stringFundSourcePayoutRequest. getFundSource()fundSourceFundSourceFundSource. putAdditionalDataItem(String key, String additionalDataItem)FundSourceFundSource. shopperEmail(String shopperEmail)Email address of the person.FundSourceFundSource. shopperName(Name shopperName)shopperNameFundSourceFundSource. telephoneNumber(String telephoneNumber)Phone number of the personMethods in com.adyen.model.payout with parameters of type FundSource Modifier and Type Method Description PayoutRequestPayoutRequest. fundSource(FundSource fundSource)fundSourcevoidPayoutRequest. setFundSource(FundSource fundSource)fundSource
-