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)static InstallmentOptionInstallmentOption. fromJson(String jsonString)Create an instance of InstallmentOption given an JSON stringInstallmentOptionInstallmentOption. maxValue(Integer maxValue)The maximum number of installments offered for this payment method.InstallmentOptionInstallmentOption. plans(List<InstallmentOption.PlansEnum> plans)Defines the type of installment plan.InstallmentOptionInstallmentOption. preselectedValue(Integer preselectedValue)Preselected number of installments offered for this payment method.InstallmentOptionInstallmentOption. values(List<Integer> values)An array of the number of installments that the shopper can choose from.Methods in com.adyen.model.checkout that return types with arguments of type InstallmentOption Modifier and Type Method Description Map<String,InstallmentOption>PaymentLinkRequest. getInstallmentOptions()A set of key-value pairs that specifies the installment options available per payment method.Map<String,InstallmentOption>PaymentLinkResponse. 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 PaymentLinkRequestPaymentLinkRequest. putInstallmentOptionsItem(String key, InstallmentOption installmentOptionsItem)PaymentLinkResponsePaymentLinkResponse. putInstallmentOptionsItem(String key, InstallmentOption installmentOptionsItem)Method parameters in com.adyen.model.checkout with type arguments of type InstallmentOption Modifier and Type Method Description PaymentLinkRequestPaymentLinkRequest. installmentOptions(Map<String,InstallmentOption> installmentOptions)A set of key-value pairs that specifies the installment options available per payment method.PaymentLinkResponsePaymentLinkResponse. installmentOptions(Map<String,InstallmentOption> installmentOptions)A set of key-value pairs that specifies the installment options available per payment method.voidPaymentLinkRequest. setInstallmentOptions(Map<String,InstallmentOption> installmentOptions)A set of key-value pairs that specifies the installment options available per payment method.voidPaymentLinkResponse. setInstallmentOptions(Map<String,InstallmentOption> installmentOptions)A set of key-value pairs that specifies the installment options available per payment method.
-