Organizations
Organizations API operations.
Summary
Types
@type t() :: %PolarExpress.Resources.Organizations{ account_id: term(), allow_customer_updates: term(), avatar_url: term(), country: term(), created_at: term(), customer_email_settings: term(), customer_portal_settings: term(), default_presentment_currency: term(), default_tax_behavior: term(), details_submitted_at: term(), email: term(), feature_settings: term(), id: term(), modified_at: term(), name: term(), notification_settings: term(), payout_account_id: term(), proration_behavior: term(), slug: term(), socials: term(), status: term(), subscription_settings: term(), website: term() }
account_id- ID of the transactions account.allow_customer_updates- Whether customers can update their subscriptions from the customer portal.avatar_url- Avatar URL shown in checkout, customer portal, emails etc.country- Two-letter country code (ISO 3166-1 alpha-2).created_at- Creation timestamp of the object. Format: date-time.customer_email_settings- Settings related to customer emailscustomer_portal_settings- Settings related to the customer portaldefault_presentment_currency- Default presentment currency. Used as fallback in checkout and customer portal, if the customer's local currency is not available.default_tax_behavior- Default tax behavior applied on products.details_submitted_at- When the business details were submitted for review.email- Public support email.feature_settings- Organization feature settingsid- The ID of the object. Format: uuid4.modified_at- Last modification timestamp of the object.name- Organization name shown in checkout, customer portal, emails etc.notification_settings- Settings related to notificationspayout_account_id- ID of the payout account.proration_behavior- Proration behavior applied when customer updates their subscription from the portal.slug- Unique organization slug in checkout, customer portal and credit card statements.socials- Links to social profiles.status- Current organization statussubscription_settings- Settings related to subscriptions managementwebsite- Official website of the organization.