Class SubscriptionItem.BillingThresholds

java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.SubscriptionItem.BillingThresholds
All Implemented Interfaces:
StripeObjectInterface
Enclosing class:
SubscriptionItem

public static class SubscriptionItem.BillingThresholds extends StripeObject
  • Constructor Details

    • BillingThresholds

      public BillingThresholds()
  • Method Details

    • getUsageGte

      public Long getUsageGte()
      Usage threshold that triggers the subscription to create an invoice.
    • setUsageGte

      public void setUsageGte(Long usageGte)
      Usage threshold that triggers the subscription to create an invoice.
    • 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