Uses of Class
com.adyen.model.marketpayfund.Split.TypeEnum
-
Packages that use Split.TypeEnum Package Description com.adyen.model.marketpayfund -
-
Uses of Split.TypeEnum in com.adyen.model.marketpayfund
Methods in com.adyen.model.marketpayfund that return Split.TypeEnum Modifier and Type Method Description static Split.TypeEnumSplit.TypeEnum. fromValue(String value)Split.TypeEnumSplit. getType()The type of split.static Split.TypeEnumSplit.TypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static Split.TypeEnum[]Split.TypeEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.adyen.model.marketpayfund with parameters of type Split.TypeEnum Modifier and Type Method Description voidSplit. setType(Split.TypeEnum type)SplitSplit. type(Split.TypeEnum type)
-