Class: Gusto::Webhooks::WebhookSubscriptionStatus

Inherits:
Object
  • Object
show all
Defined in:
lib/fern_gusto/webhooks/types/webhook_subscription_status.rb

Overview

The status of the webhook subscription.

Constant Summary collapse

PENDING =
"pending"
VERIFIED =
"verified"
REMOVED =
"removed"