Skip to content

Latest commit

 

History

History
30 lines (25 loc) · 3.14 KB

organizationdetails.md

File metadata and controls

30 lines (25 loc) · 3.14 KB

OrganizationDetails

Example Usage

import { OrganizationDetails } from "@polar-sh/sdk/models/components/organizationdetails.js";

let value: OrganizationDetails = {
  about: "<value>",
  productDescription: "<value>",
  intendedUse: "<value>",
  customerAcquisition: [
    "<value>",
  ],
  futureAnnualRevenue: 330907,
};

Fields

Field Type Required Description
about string ✔️ Brief information about you and your business.
productDescription string ✔️ Description of digital products being sold.
intendedUse string ✔️ How the organization will integrate and use Polar.
customerAcquisition string[] ✔️ Main customer acquisition channels.
futureAnnualRevenue number ✔️ Estimated revenue in the next 12 months
switching boolean Switching from another platform?
switchingFrom components.SwitchingFrom Which platform the organization is migrating from.
previousAnnualRevenue number Revenue from last year if applicable.