Class Meter.CustomerMapping

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

public static class Meter.CustomerMapping extends StripeObject
  • Constructor Details

    • CustomerMapping

      public CustomerMapping()
  • Method Details

    • getEventPayloadKey

      public String getEventPayloadKey()
      The key in the meter event payload to use for mapping the event to a customer.
    • getType

      public String getType()
      The method for mapping a meter event to a customer.

      Equal to by_id.

    • setEventPayloadKey

      public void setEventPayloadKey(String eventPayloadKey)
      The key in the meter event payload to use for mapping the event to a customer.
    • setType

      public void setType(String type)
      The method for mapping a meter event to a customer.

      Equal to by_id.

    • 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