Class Meter.ValueSettings

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

public static class Meter.ValueSettings extends StripeObject
  • Constructor Details

    • ValueSettings

      public ValueSettings()
  • Method Details

    • getEventPayloadKey

      public String getEventPayloadKey()
      The key in the meter event payload to use as the value for this meter.
    • setEventPayloadKey

      public void setEventPayloadKey(String eventPayloadKey)
      The key in the meter event payload to use as the value for this meter.
    • 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