Merchant.Ticket (Merchant v0.2.0)

View Source

Provides struct and type for a Ticket

Summary

Types

t()

@type t() :: %Merchant.Ticket{
  id: String.t() | nil,
  refundability: (String.t() | nil) | nil,
  transferable: (boolean() | nil) | nil
}