Merchant.Contact (Merchant v0.2.0)

View Source

Provides struct and type for a Contact

Summary

Types

t()

@type t() :: %Merchant.Contact{
  email: (String.t() | nil) | nil,
  name: (String.t() | nil) | nil,
  phone: (String.t() | nil) | nil
}