Class Alert.Filter

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

public static class Alert.Filter extends StripeObject
  • 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()
      Get expanded customer.
    • setCustomerObject

      public void setCustomerObject(Customer expandableObject)
    • 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