Class PaymentLink.Restrictions.CompletedSessions

java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.PaymentLink.Restrictions.CompletedSessions
All Implemented Interfaces:
StripeObjectInterface
Enclosing class:
PaymentLink.Restrictions

public static class PaymentLink.Restrictions.CompletedSessions extends StripeObject
  • Constructor Details

    • CompletedSessions

      public CompletedSessions()
  • Method Details

    • getCount

      public Long getCount()
    • getLimit

      public Long getLimit()
    • setCount

      public void setCount(Long count)
    • setLimit

      public void setLimit(Long limit)
    • 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