PolarExpress.Schemas.OrganizationDetails (polar_express v0.1.5)

Copy Markdown View Source

OrganizationDetails

Summary

Types

t()

@type t() :: %PolarExpress.Schemas.OrganizationDetails{
  about: String.t() | nil,
  customer_acquisition: [String.t()] | nil,
  future_annual_revenue: integer() | nil,
  intended_use: String.t() | nil,
  previous_annual_revenue: integer() | nil,
  product_description: String.t() | nil,
  switching: boolean() | nil,
  switching_from: String.t() | nil
}
  • about - Brief information about you and your business.
  • customer_acquisition - Main customer acquisition channels.
  • future_annual_revenue - Estimated revenue in the next 12 months
  • intended_use - How the organization will integrate and use Polar.
  • previous_annual_revenue - Revenue from last year if applicable.
  • product_description - Description of digital products being sold.
  • switching - Switching from another platform?
  • switching_from - Which platform the organization is migrating from. Nullable.

Functions

schema_name()