Uses of Class
com.adyen.model.checkout.InstallmentOption
-
Packages that use InstallmentOption Package Description com.adyen.model.checkout -
-
Uses of InstallmentOption in com.adyen.model.checkout
Methods in com.adyen.model.checkout that return InstallmentOption Modifier and Type Method Description InstallmentOptionInstallmentOption. addPlansItem(InstallmentOption.PlansEnum plansItem)InstallmentOptionInstallmentOption. addValuesItem(Integer valuesItem)InstallmentOptionInstallmentOption. maxValue(Integer maxValue)InstallmentOptionInstallmentOption. plans(List<InstallmentOption.PlansEnum> plans)InstallmentOptionInstallmentOption. preselectedValue(Integer preselectedValue)InstallmentOptionInstallmentOption. values(List<Integer> values)Methods in com.adyen.model.checkout that return types with arguments of type InstallmentOption Modifier and Type Method Description Map<String,InstallmentOption>CreatePaymentLinkRequest. getInstallmentOptions()A set of key-value pairs that specifies the installment options available per payment method.Methods in com.adyen.model.checkout with parameters of type InstallmentOption Modifier and Type Method Description CreatePaymentLinkRequestCreatePaymentLinkRequest. putInstallmentOptionsItem(String key, InstallmentOption installmentOptionsItem)Method parameters in com.adyen.model.checkout with type arguments of type InstallmentOption Modifier and Type Method Description CreatePaymentLinkRequestCreatePaymentLinkRequest. installmentOptions(Map<String,InstallmentOption> installmentOptions)voidCreatePaymentLinkRequest. setInstallmentOptions(Map<String,InstallmentOption> installmentOptions)
-