Uses of Class
com.adyen.model.checkout.InstallmentOption.PlansEnum
-
Packages that use InstallmentOption.PlansEnum Package Description com.adyen.model.checkout -
-
Uses of InstallmentOption.PlansEnum in com.adyen.model.checkout
Methods in com.adyen.model.checkout that return InstallmentOption.PlansEnum Modifier and Type Method Description static InstallmentOption.PlansEnumInstallmentOption.PlansEnum. fromValue(String value)static InstallmentOption.PlansEnumInstallmentOption.PlansEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static InstallmentOption.PlansEnum[]InstallmentOption.PlansEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.adyen.model.checkout that return types with arguments of type InstallmentOption.PlansEnum Modifier and Type Method Description List<InstallmentOption.PlansEnum>InstallmentOption. getPlans()Defines the type of installment plan.Methods in com.adyen.model.checkout with parameters of type InstallmentOption.PlansEnum Modifier and Type Method Description InstallmentOptionInstallmentOption. addPlansItem(InstallmentOption.PlansEnum plansItem)Method parameters in com.adyen.model.checkout with type arguments of type InstallmentOption.PlansEnum Modifier and Type Method Description InstallmentOptionInstallmentOption. plans(List<InstallmentOption.PlansEnum> plans)voidInstallmentOption. setPlans(List<InstallmentOption.PlansEnum> plans)Defines the type of installment plan.
-