PolarExpress.Schemas.OrganizationSubscriptionSettings (polar_express v0.2.0)

Copy Markdown View Source

OrganizationSubscriptionSettings

Summary

Types

t()

@type t() :: %PolarExpress.Schemas.OrganizationSubscriptionSettings{
  allow_customer_updates: boolean() | nil,
  allow_multiple_subscriptions: boolean() | nil,
  benefit_revocation_grace_period: integer() | nil,
  prevent_trial_abuse: boolean() | nil,
  proration_behavior: String.t() | nil
}
  • allow_customer_updates
  • allow_multiple_subscriptions
  • benefit_revocation_grace_period
  • prevent_trial_abuse
  • proration_behavior - Possible values: invoice, prorate, next_period.

Functions

schema_name()