Uses of Class
com.adyen.model.transferwebhooks.FundingInstrument.SourceOfFundsEnum
-
Packages that use FundingInstrument.SourceOfFundsEnum Package Description com.adyen.model.transferwebhooks -
-
Uses of FundingInstrument.SourceOfFundsEnum in com.adyen.model.transferwebhooks
Methods in com.adyen.model.transferwebhooks that return FundingInstrument.SourceOfFundsEnum Modifier and Type Method Description static FundingInstrument.SourceOfFundsEnumFundingInstrument.SourceOfFundsEnum. fromValue(String value)FundingInstrument.SourceOfFundsEnumFundingInstrument. getSourceOfFunds()Indicates where the funds used for the transfer originated.static FundingInstrument.SourceOfFundsEnumFundingInstrument.SourceOfFundsEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static FundingInstrument.SourceOfFundsEnum[]FundingInstrument.SourceOfFundsEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.adyen.model.transferwebhooks with parameters of type FundingInstrument.SourceOfFundsEnum Modifier and Type Method Description voidFundingInstrument. setSourceOfFunds(FundingInstrument.SourceOfFundsEnum sourceOfFunds)Indicates where the funds used for the transfer originated.FundingInstrumentFundingInstrument. sourceOfFunds(FundingInstrument.SourceOfFundsEnum sourceOfFunds)Indicates where the funds used for the transfer originated.
-