Uses of Class
com.adyen.model.transfers.FundingInstrument
-
Packages that use FundingInstrument Package Description com.adyen.model.transfers -
-
Uses of FundingInstrument in com.adyen.model.transfers
Methods in com.adyen.model.transfers 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. includeNullValues(boolean includeNullValues)Configures whether null values are explicitly serialized in the JSON payload.FundingInstrumentFundingInstrument. 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.transfers with parameters of type FundingInstrument Modifier and Type Method Description UltimatePartyIdentificationUltimatePartyIdentification. fundingInstrument(FundingInstrument fundingInstrument)fundingInstrumentvoidUltimatePartyIdentification. setFundingInstrument(FundingInstrument fundingInstrument)fundingInstrument
-