Uses of Class
com.adyen.model.checkout.Split.TypeEnum
-
Packages that use Split.TypeEnum Package Description com.adyen.model.checkout -
-
Uses of Split.TypeEnum in com.adyen.model.checkout
Methods in com.adyen.model.checkout that return Split.TypeEnum Modifier and Type Method Description static Split.TypeEnumSplit.TypeEnum. fromValue(String value)Split.TypeEnumSplit. getType()The part of the payment you want to book to the specified `account`.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.checkout with parameters of type Split.TypeEnum Modifier and Type Method Description voidSplit. setType(Split.TypeEnum type)The part of the payment you want to book to the specified `account`.SplitSplit. type(Split.TypeEnum type)The part of the payment you want to book to the specified `account`.
-