Nombaone.Customer (Nomba One v0.1.0)

View Source

A subscriber — the person or business you bill.

Fields: id (nbo…cus), email (unique within your organization and environment), name, phone (or nil), metadata, mode, created_at, updated_at, and the raw wire map under __raw__.

Summary

Types

t()

@type t() :: %Nombaone.Customer{
  __raw__: term(),
  created_at: term(),
  domain: term(),
  email: term(),
  id: term(),
  metadata: term(),
  mode: term(),
  name: term(),
  phone: term(),
  updated_at: term()
}