Class AlertTriggered.GroupBy

java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.billing.AlertTriggered.GroupBy
All Implemented Interfaces:
StripeObjectInterface
Enclosing class:
AlertTriggered

public static class AlertTriggered.GroupBy extends StripeObject
For more details about GroupBy, please refer to the API Reference.
  • Constructor Details

    • GroupBy

      public GroupBy()
  • Method Details

    • getBillingCadence

      public String getBillingCadence()
    • getPricingPlanSubscription

      public String getPricingPlanSubscription()
    • getType

      public String getType()
    • setBillingCadence

      public void setBillingCadence(String billingCadence)
    • setPricingPlanSubscription

      public void setPricingPlanSubscription(String pricingPlanSubscription)
    • setType

      public void setType(String type)
    • 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