Polarex.CustomerOrganization (Polarex v0.2.3)

View Source

Provides struct and type for a CustomerOrganization

Summary

Types

t()

@type t() :: %Polarex.CustomerOrganization{
  organization: Polarex.Organization.t(),
  products: [Polarex.CustomerProduct.t()]
}