PolarExpress.Schemas.CustomerPortalCustomer (polar_express v0.2.2)

Copy Markdown View Source

CustomerPortalCustomer

Summary

Types

t()

@type t() :: %PolarExpress.Schemas.CustomerPortalCustomer{
  billing_address: term(),
  billing_name: term(),
  created_at: term(),
  default_payment_method_id: term(),
  email: term(),
  email_verified: term(),
  id: term(),
  modified_at: term(),
  name: term(),
  oauth_accounts: term(),
  tax_id: term(),
  type: term()
}
  • billing_address - Nullable.
  • billing_name - Nullable.
  • created_at - Creation timestamp of the object. Format: date-time.
  • default_payment_method_id - Nullable.
  • email - Nullable.
  • email_verified
  • id - The ID of the object. Format: uuid4.
  • modified_at - Last modification timestamp of the object. Nullable.
  • name - Nullable.
  • oauth_accounts
  • tax_id - Nullable.
  • type - Nullable.

Functions

schema_name()