Merchant.Webhook (Merchant v0.2.0)

View Source

Provides struct and type for a Webhook

Summary

Types

t()

@type t() :: %Merchant.Webhook{
  events: ([String.t()] | nil) | nil,
  id: String.t() | nil,
  url: (String.t() | nil) | nil
}