PolarExpress.Schemas.OrganizationCreate (polar_express v0.2.2)

Copy Markdown View Source

OrganizationCreate

Summary

Types

t()

@type t() :: %PolarExpress.Schemas.OrganizationCreate{
  avatar_url: term(),
  country: term(),
  customer_email_settings: term(),
  customer_portal_settings: term(),
  default_presentment_currency: term(),
  default_tax_behavior: term(),
  details: term(),
  email: term(),
  feature_settings: term(),
  legal_entity: term(),
  name: term(),
  notification_settings: term(),
  slug: term(),
  socials: term(),
  subscription_settings: term(),
  website: term()
}
  • avatar_url - Nullable.
  • country - Two-letter country code (ISO 3166-1 alpha-2). Nullable.
  • customer_email_settings - Nullable.
  • customer_portal_settings - Nullable.
  • default_presentment_currency - Default presentment currency for the organization
  • default_tax_behavior - Default tax behavior applied on products.
  • details - Additional, private, business details Polar needs about active organizations for compliance (KYC). Nullable.
  • email - Public support email. Nullable.
  • feature_settings - Nullable.
  • legal_entity - Nullable.
  • name
  • notification_settings - Nullable.
  • slug
  • socials - Link to social profiles. Nullable.
  • subscription_settings - Nullable.
  • website - Official website of the organization. Nullable.

Functions

schema_name()