Uses of Class
com.adyen.model.checkout.InstallmentsNumber
-
Packages that use InstallmentsNumber Package Description com.adyen.model.checkout -
-
Uses of InstallmentsNumber in com.adyen.model.checkout
Methods in com.adyen.model.checkout that return InstallmentsNumber Modifier and Type Method Description static InstallmentsNumberInstallmentsNumber. fromJson(String jsonString)Create an instance of InstallmentsNumber given an JSON stringInstallmentsNumberModelConfiguration. getInstallments()Get installmentsInstallmentsNumberInstallmentsNumber. maxNumberOfInstallments(Integer maxNumberOfInstallments)Methods in com.adyen.model.checkout with parameters of type InstallmentsNumber Modifier and Type Method Description ModelConfigurationModelConfiguration. installments(InstallmentsNumber installments)voidModelConfiguration. setInstallments(InstallmentsNumber installments)installments
-