Skip to content

Latest commit

 

History

History
32 lines (27 loc) · 7.77 KB

File metadata and controls

32 lines (27 loc) · 7.77 KB

OrganizationCreate

Example Usage

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

let value: OrganizationCreate = {
  name: "<value>",
  slug: "<value>",
};

Fields

Field Type Required Description
name string ✔️ N/A
slug string ✔️ N/A
avatarUrl string N/A
legalEntity components.LegalEntity N/A
email string Public support email.
website string Official website of the organization.
socials components.OrganizationSocialLink[] Link to social profiles.
details components.OrganizationDetails Additional, private, business details Polar needs about active organizations for compliance (KYC).
country components.CountryAlpha2Input Two-letter country code (ISO 3166-1 alpha-2).
featureSettings components.OrganizationFeatureSettings N/A
subscriptionSettings components.OrganizationSubscriptionSettings N/A
notificationSettings components.OrganizationNotificationSettings N/A
customerEmailSettings components.OrganizationCustomerEmailSettings N/A
customerPortalSettings components.OrganizationCustomerPortalSettings N/A
defaultPresentmentCurrency components.PresentmentCurrency N/A