Class Event.Reason.Request.Client.ApiKey

java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.v2.core.Event.Reason.Request.Client.ApiKey
All Implemented Interfaces:
HasId, StripeObjectInterface
Enclosing class:
Event.Reason.Request.Client

public static class Event.Reason.Request.Client.ApiKey extends StripeObject implements HasId
API key that triggered the event.
  • Constructor Details

    • ApiKey

      public ApiKey()
  • Method Details

    • setId

      public void setId(String 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
    • getId

      public String getId()
      Specified by:
      getId in interface HasId