Uses of Class
com.adyen.model.payment.FundSource
-
Packages that use FundSource Package Description com.adyen.model.payment -
-
Uses of FundSource in com.adyen.model.payment
Methods in com.adyen.model.payment 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 stringFundSourcePaymentRequest. 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.payment with parameters of type FundSource Modifier and Type Method Description PaymentRequestPaymentRequest. fundSource(FundSource fundSource)voidPaymentRequest. setFundSource(FundSource fundSource)fundSource
-