PolarExpress.Schemas.CustomerUpdatedMetadata (polar_express v0.2.2)

Copy Markdown View Source

CustomerUpdatedMetadata

Summary

Types

t()

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

Functions

schema_name()