HookSniffAPI.Model.CustomerResponse (hooksniff v1.0.0)

Summary

Types

t()

@type t() :: %HookSniffAPI.Model.CustomerResponse{
  api_key: String.t() | nil,
  created_at: DateTime.t(),
  email: String.t(),
  id: String.t(),
  is_admin: boolean(),
  name: String.t() | nil,
  plan: String.t(),
  webhook_count: integer(),
  webhook_limit: integer()
}

Functions

decode(value)