Definition of the subscription plan publish format.

Hierarchy

  • SubscriptionPlanPublishedEvent

Properties

claim_set_keys?: string[]

The list of claims sets which this subscription plan grants.

description?: string

Short description.

id: string

A UUID.

Array of images associated with the subscription plan.

is_active: boolean

Whether this subscription plan can be purchased by new subscribers.

payment_plans: PaymentPlan[]

Payment plans define different payment options.

provider_configs: SubscriptionPlanProviderConfig[]

Payment provider specific configurations.

title: string

The string has a minimum length of one character and it cannot consist of only whitespace characters.

Generated using TypeDoc