Merchant.Customer (Merchant v0.2.0)

View Source

Provides struct and type for a Customer

Summary

Types

t()

@type t() :: %Merchant.Customer{
  date_of_birth: (Date.t() | nil) | nil,
  email: (String.t() | nil) | nil,
  full_name: (String.t() | nil) | nil,
  id: (String.t() | nil) | nil,
  phone: (String.t() | nil) | nil
}