Uses of Class
com.adyen.model.transferwebhooks.FundingInstrument
-
Packages that use FundingInstrument Package Description com.adyen.model.transferwebhooks -
-
Uses of FundingInstrument in com.adyen.model.transferwebhooks
Methods in com.adyen.model.transferwebhooks that return FundingInstrument Modifier and Type Method Description FundingInstrumentFundingInstrument. cardIdentification(CardIdentification cardIdentification)cardIdentificationstatic FundingInstrumentFundingInstrument. fromJson(String jsonString)Create an instance of FundingInstrument given an JSON stringFundingInstrumentUltimatePartyIdentification. getFundingInstrument()Get fundingInstrumentFundingInstrumentFundingInstrument. networkPaymentReference(String networkPaymentReference)The unique reference assigned by the card network for the pay-in transaction.FundingInstrumentFundingInstrument. reference(String reference)Your internal reference that identifies this funding instrument.FundingInstrumentFundingInstrument. sourceOfFunds(FundingInstrument.SourceOfFundsEnum sourceOfFunds)Indicates where the funds used for the transfer originated.Methods in com.adyen.model.transferwebhooks with parameters of type FundingInstrument Modifier and Type Method Description UltimatePartyIdentificationUltimatePartyIdentification. fundingInstrument(FundingInstrument fundingInstrument)fundingInstrumentvoidUltimatePartyIdentification. setFundingInstrument(FundingInstrument fundingInstrument)fundingInstrument
-