Merchant.Events (Merchant v0.2.0)

View Source

Provides struct and type for a Events

Summary

Types

t()

@type t() :: %Merchant.Events{
  booking_id: String.t() | nil,
  events: ([Merchant.Event.t()] | nil) | nil,
  type: String.t() | nil
}