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