Class EventDestination.WebhookEndpoint

java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.v2.EventDestination.WebhookEndpoint
All Implemented Interfaces:
StripeObjectInterface
Enclosing class:
EventDestination

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

    • WebhookEndpoint

      public WebhookEndpoint()
  • Method Details

    • getSigningSecret

      public String getSigningSecret()
    • getUrl

      public String getUrl()
    • setSigningSecret

      public void setSigningSecret(String signingSecret)
    • setUrl

      public void setUrl(String url)
    • 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