Example.Address (PowerOfThree v0.1.0)

View Source

Schema for Address model entity.

Summary

Types

t()

@type t() :: %Example.Address{
  __meta__: term(),
  address_1: term(),
  address_2: term(),
  brand_code: term(),
  city: term(),
  company: term(),
  country: term(),
  country_code: term(),
  customer: term(),
  customer_id: term(),
  first_name: term(),
  id: term(),
  inserted_at: term(),
  kind: term(),
  last_name: term(),
  market_code: term(),
  order: term(),
  order_id: term(),
  phone: term(),
  postal_code: term(),
  province: term(),
  province_code: term(),
  summary: term(),
  updated_at: term()
}