PolarExpress.Schemas.OrganizationDetails (polar_express v0.2.2)

Copy Markdown View Source

OrganizationDetails

Summary

Types

t()

@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.

Functions

schema_name()