Skip to main content

BillingPlanPrice

Important

Billing regularly introduces new features and UI changes to Clerk's components. If you'd like to remain on a specific version of Clerk's components or SDK, you can follow the steps in the pinning documentation.

The BillingPlanPrice type represents a specific possible price for a given Clerk Billing Plan.

Properties

  • Name
    annualMonthlyFee
    Type
    null | BillingMoneyAmount
    Description

    The effective monthly price when billed annually or null if the price is not annual.

  • Name
    fee
    Type
    null | BillingMoneyAmount
    Description

    The monthly price or null if the price is not monthly.

  • Name
    id
    Type
    string
    Description

    The unique identifier of the price

  • Name
    isDefault
    Type
    boolean
    Description

    Whether this price is the default price for the plan it's associated with.

  • Name
    unitPrices?
    Type
    BillingPlanUnitPrice[]
    Description

    The individual unit prices applicable to this price.

Feedback

What did you think of this content?

Last updated on