Defines prices and a payment schedule for a subscription plan.

Hierarchy

  • PaymentPlan

Properties

description?: string

Short description.

id: string

A UUID.

is_active: boolean

Whether this payment plan can be used by new subscribers

period_quantity: number

Payment period quantity.

period_unit: PeriodUnit

Payment period unit.

Price by country per payment period.

provider_configs: PaymentPlanProviderConfig[]

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