Class Installments


  • public class Installments
    extends Object
    Installments
    • Constructor Detail

      • Installments

        public Installments()
    • Method Detail

      • getPlan

        public Installments.PlanEnum getPlan()
        The installment plan, used for [card installments in Japan](https://docs.adyen.com/payment-methods/cards/credit-card-installments#make-a-payment-japan). By default, this is set to **regular**. Possible values: * **regular** * **revolving**
        Returns:
        plan
      • getValue

        public Integer getValue()
        the number of installments in which the payment will be divided
        Returns:
        value
      • setValue

        public void setValue​(Integer value)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object