# `PolarExpress.Schemas.CustomerOrganizationData`
[🔗](https://github.com/jeffhuen/polar_express/blob/main/lib/polar_express/schemas/customer_organization_data.ex#L2)

CustomerOrganizationData

Schema of an organization and related data for customer portal.

# `t`

```elixir
@type t() :: %PolarExpress.Schemas.CustomerOrganizationData{
  organization: PolarExpress.Schemas.CustomerOrganization.t() | nil,
  products: [PolarExpress.Schemas.CustomerProduct.t()] | nil
}
```

* `organization`
* `products`

# `schema_name`

---

*Consult [api-reference.md](api-reference.md) for complete listing*
