Class InstallmentsNumber


  • public class InstallmentsNumber
    extends Object
    InstallmentsNumber
    • Field Detail

      • JSON_PROPERTY_MAX_NUMBER_OF_INSTALLMENTS

        public static final String JSON_PROPERTY_MAX_NUMBER_OF_INSTALLMENTS
        See Also:
        Constant Field Values
    • Constructor Detail

      • InstallmentsNumber

        public InstallmentsNumber()
    • Method Detail

      • getMaxNumberOfInstallments

        public Integer getMaxNumberOfInstallments()
        Maximum number of installments
        Returns:
        maxNumberOfInstallments
      • setMaxNumberOfInstallments

        public void setMaxNumberOfInstallments​(Integer maxNumberOfInstallments)
        Maximum number of installments
        Parameters:
        maxNumberOfInstallments -
      • equals

        public boolean equals​(Object o)
        Return true if this InstallmentsNumber object is equal to o.
        Overrides:
        equals in class Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • fromJson

        public static InstallmentsNumber fromJson​(String jsonString)
                                           throws com.fasterxml.jackson.core.JsonProcessingException
        Create an instance of InstallmentsNumber given an JSON string
        Parameters:
        jsonString - JSON string
        Returns:
        An instance of InstallmentsNumber
        Throws:
        com.fasterxml.jackson.core.JsonProcessingException - if the JSON string is invalid with respect to InstallmentsNumber
      • toJson

        public String toJson()
                      throws com.fasterxml.jackson.core.JsonProcessingException
        Convert an instance of InstallmentsNumber to an JSON string
        Returns:
        JSON string
        Throws:
        com.fasterxml.jackson.core.JsonProcessingException