Class SubscriptionSchedule.Phase.BillingThresholds

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

public static class SubscriptionSchedule.Phase.BillingThresholds extends StripeObject
  • Constructor Details

    • BillingThresholds

      public BillingThresholds()
  • Method Details

    • getAmountGte

      public Long getAmountGte()
    • getResetBillingCycleAnchor

      public Boolean getResetBillingCycleAnchor()
    • setAmountGte

      public void setAmountGte(Long amountGte)
    • setResetBillingCycleAnchor

      public void setResetBillingCycleAnchor(Boolean resetBillingCycleAnchor)
    • 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