Uses of Class
com.adyen.model.capital.FundsCollectionType
-
Packages that use FundsCollectionType Package Description com.adyen.model.capital -
-
Uses of FundsCollectionType in com.adyen.model.capital
Methods in com.adyen.model.capital that return FundsCollectionType Modifier and Type Method Description static FundsCollectionTypeFundsCollectionType. fromValue(String value)FundsCollectionTypeFundsCollection. getFundsCollectionType()Get fundsCollectionTypestatic FundsCollectionTypeFundsCollectionType. valueOf(String name)Returns the enum constant of this type with the specified name.static FundsCollectionType[]FundsCollectionType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.adyen.model.capital with parameters of type FundsCollectionType Modifier and Type Method Description FundsCollectionFundsCollection. fundsCollectionType(FundsCollectionType fundsCollectionType)fundsCollectionTypevoidFundsCollection. setFundsCollectionType(FundsCollectionType fundsCollectionType)fundsCollectionType
-