PolarExpress.Schemas.CustomerDeletedMetadata (polar_express v0.2.2)

Copy Markdown View Source

CustomerDeletedMetadata

Summary

Types

t()

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

Functions

schema_name()