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)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 stringFundSourcePaymentRequest. 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.payment with parameters of type FundSource Modifier and Type Method Description PaymentRequestPaymentRequest. fundSource(FundSource fundSource)fundSourcevoidPaymentRequest. setFundSource(FundSource fundSource)fundSource
-