PolarExpress.Schemas.CustomerUpdatedMetadata (polar_express v0.1.5)

Copy Markdown View Source

CustomerUpdatedMetadata

Summary

Types

t()

@type t() :: %PolarExpress.Schemas.CustomerUpdatedMetadata{
  customer_email: String.t() | nil,
  customer_external_id: String.t() | nil,
  customer_id: String.t() | nil,
  customer_name: String.t() | nil,
  updated_fields: PolarExpress.Schemas.CustomerUpdatedFields.t() | nil
}
  • customer_email
  • customer_external_id - Nullable.
  • customer_id
  • customer_name - Nullable.
  • updated_fields

Functions

schema_name()