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()installmentsInstallmentsNumberInstallmentsNumber. maxNumberOfInstallments(Integer maxNumberOfInstallments)Maximum number of installmentsMethods in com.adyen.model.checkout with parameters of type InstallmentsNumber Modifier and Type Method Description ModelConfigurationModelConfiguration. installments(InstallmentsNumber installments)installmentsvoidModelConfiguration. setInstallments(InstallmentsNumber installments)installments
-