PolarExpress.Schemas.OrganizationCustomerPortalSettings (polar_express v0.2.0)

Copy Markdown View Source

OrganizationCustomerPortalSettings

Summary

Types

t()

@type t() :: %PolarExpress.Schemas.OrganizationCustomerPortalSettings{
  customer: PolarExpress.Schemas.CustomerPortalCustomerSettings.t() | nil,
  subscription:
    PolarExpress.Schemas.CustomerPortalSubscriptionSettings.t() | nil,
  usage: PolarExpress.Schemas.CustomerPortalUsageSettings.t() | nil
}
  • customer
  • subscription
  • usage

Functions

schema_name()