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

OrganizationDetails

# `t`

```elixir
@type t() :: %PolarExpress.Schemas.OrganizationDetails{
  about: term(),
  customer_acquisition: term(),
  future_annual_revenue: term(),
  intended_use: term(),
  previous_annual_revenue: term(),
  pricing_models: term(),
  product_description: term(),
  selling_categories: term(),
  switching: term(),
  switching_from: term()
}
```

* `about` - Brief information about you and your business. Nullable. **Deprecated.**
* `customer_acquisition` - Main customer acquisition channels. **Deprecated.**
* `future_annual_revenue` - Estimated revenue in the next 12 months Nullable. **Deprecated.**
* `intended_use` - How the organization will integrate and use Polar. Nullable. **Deprecated.**
* `previous_annual_revenue` - Revenue from last year if applicable. Nullable. **Deprecated.**
* `pricing_models` - Pricing models used by the organization.
* `product_description` - Description of digital products being sold. Nullable.
* `selling_categories` - Categories of products being sold.
* `switching` - Switching from another platform?
* `switching_from` - Which platform the organization is migrating from. Nullable.

# `schema_name`

---

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