Uses of Class
com.adyen.model.marketpaywebhooks.Split.TypeEnum
-
Packages that use Split.TypeEnum Package Description com.adyen.model.marketpaywebhooks -
-
Uses of Split.TypeEnum in com.adyen.model.marketpaywebhooks
Methods in com.adyen.model.marketpaywebhooks 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.marketpaywebhooks with parameters of type Split.TypeEnum Modifier and Type Method Description voidSplit. setType(Split.TypeEnum type)SplitSplit. type(Split.TypeEnum type)
-