PolarExpress.Schemas.CustomerOrganizationData (polar_express v0.2.2)

Copy Markdown View Source

CustomerOrganizationData

Schema of an organization and related data for customer portal.

Summary

Types

t()

@type t() :: %PolarExpress.Schemas.CustomerOrganizationData{
  organization: term(),
  products: term()
}
  • organization
  • products

Functions

schema_name()