Uses of Class
com.adyen.model.Installments.PlanEnum
-
Packages that use Installments.PlanEnum Package Description com.adyen.model -
-
Uses of Installments.PlanEnum in com.adyen.model
Methods in com.adyen.model that return Installments.PlanEnum Modifier and Type Method Description static Installments.PlanEnumInstallments.PlanEnum. fromValue(String input)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).Installments.PlanEnumInstallments.PlanEnum.Adapter. read(com.google.gson.stream.JsonReader jsonReader)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 with parameters of type Installments.PlanEnum Modifier and Type Method Description InstallmentsInstallments. plan(Installments.PlanEnum plan)voidInstallments. setPlan(Installments.PlanEnum plan)voidInstallments.PlanEnum.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, Installments.PlanEnum enumeration)
-