Railsr.Types.WebhookConfig (Railsr v1.0.0)

Copy Markdown View Source

Webhook delivery configuration for the customer.

Summary

Types

t()

@type t() :: %Railsr.Types.WebhookConfig{
  created_at: String.t() | nil,
  secret_present: boolean() | nil,
  updated_at: String.t() | nil,
  url: String.t() | nil
}