Uses of Class
com.adyen.model.checkout.Installments.PlanEnum
-
Packages that use Installments.PlanEnum Package Description com.adyen.model.checkout -
-
Uses of Installments.PlanEnum in com.adyen.model.checkout
Methods in com.adyen.model.checkout that return Installments.PlanEnum Modifier and Type Method Description static Installments.PlanEnumInstallments.PlanEnum. fromValue(String value)Installments.PlanEnumInstallments. getPlan()The installment plan, used for [card installments in Japan](https://docs.adyen.com/payment-methods/cards/credit-card-installments#make-a-payment-japan).static Installments.PlanEnumInstallments.PlanEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static Installments.PlanEnum[]Installments.PlanEnum. 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 Installments.PlanEnum Modifier and Type Method Description InstallmentsInstallments. plan(Installments.PlanEnum plan)voidInstallments. setPlan(Installments.PlanEnum plan)The installment plan, used for [card installments in Japan](https://docs.adyen.com/payment-methods/cards/credit-card-installments#make-a-payment-japan).
-