Uses of Class
com.adyen.model.payment.Installments.PlanEnum
-
Packages that use Installments.PlanEnum Package Description com.adyen.model.payment -
-
Uses of Installments.PlanEnum in com.adyen.model.payment
Methods in com.adyen.model.payment 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). and [Mexico](https://docs.adyen.com/payment-methods/cards/credit-card-installments/#getting-paid-mexico).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.payment with parameters of type Installments.PlanEnum Modifier and Type Method Description InstallmentsInstallments. plan(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). and [Mexico](https://docs.adyen.com/payment-methods/cards/credit-card-installments/#getting-paid-mexico).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). and [Mexico](https://docs.adyen.com/payment-methods/cards/credit-card-installments/#getting-paid-mexico).
-