HookSniffAPI.Model.SubscriptionResponse (hooksniff v1.0.0)

Summary

Types

t()

@type t() :: %HookSniffAPI.Model.SubscriptionResponse{
  endpoint_limit: integer(),
  monthly_price_cents: integer(),
  payment_provider: String.t(),
  plan: String.t(),
  retention_days: integer(),
  status: String.t(),
  webhook_limit: integer()
}

Functions

decode(value)