Picnic.Schema.User (Picnic v0.1.0)

Copy Markdown View Source

Loose struct for the account profile. Unknown fields are ignored; the complete original payload is always available under :raw.

Summary

Types

t()

@type t() :: %Picnic.Schema.User{
  address: term(),
  completed_deliveries: term(),
  contact_email: term(),
  customer_type: term(),
  firstname: term(),
  household_details: term(),
  lastname: term(),
  phone: term(),
  raw: term(),
  total_deliveries: term(),
  user_id: term()
}