Class PaymentIntent.PaymentMethodOptions.Card.Installments.AvailablePlan

java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.PaymentIntent.PaymentMethodOptions.Card.Installments.AvailablePlan
All Implemented Interfaces:
StripeObjectInterface
Enclosing class:
PaymentIntent.PaymentMethodOptions.Card.Installments

public static class PaymentIntent.PaymentMethodOptions.Card.Installments.AvailablePlan extends StripeObject
  • Constructor Details

    • AvailablePlan

      public AvailablePlan()
  • Method Details

    • getCount

      public Long getCount()
      For fixed_count installment plans, this is the number of installment payments your customer will make to their credit card.
    • getInterval

      public String getInterval()
      For fixed_count installment plans, this is the interval between installment payments your customer will make to their credit card. One of month.
    • getType

      public String getType()
      Type of installment plan, one of fixed_count.
    • setCount

      public void setCount(Long count)
      For fixed_count installment plans, this is the number of installment payments your customer will make to their credit card.
    • setInterval

      public void setInterval(String interval)
      For fixed_count installment plans, this is the interval between installment payments your customer will make to their credit card. One of month.
    • setType

      public void setType(String type)
      Type of installment plan, one of fixed_count.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object