Polarex.CustomerOrganizationData (Polarex v0.3.1)

Copy Markdown View Source

Provides struct and type for a CustomerOrganizationData

Summary

Types

t()

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