Class Alert.UsageThreshold.Filter

java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.billing.Alert.UsageThreshold.Filter
All Implemented Interfaces:
StripeObjectInterface
Enclosing class:
Alert.UsageThreshold

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

    • Filter

      public Filter()
  • Method Details

    • getCustomer

      public String getCustomer()
      Get ID of expandable customer object.
    • setCustomer

      public void setCustomer(String id)
    • getCustomerObject

      public Customer getCustomerObject()
    • setCustomerObject

      public void setCustomerObject(Customer expandableObject)
    • getType

      public String getType()
    • 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