PolarExpress.Schemas.CustomerUpdatedFields (polar_express v0.2.2)

Copy Markdown View Source

CustomerUpdatedFields

Summary

Types

t()

@type t() :: %PolarExpress.Schemas.CustomerUpdatedFields{
  billing_address: term(),
  email: term(),
  metadata: term(),
  name: term(),
  tax_id: term()
}
  • billing_address - Nullable.
  • email - Nullable.
  • metadata - Nullable.
  • name - Nullable.
  • tax_id - Nullable.

Functions

schema_name()