Skip to main content

BillingPlanUnitPriceTier

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 BillingPlanUnitPriceTier type represents a single pricing tier for a unit type on a plan.

Properties

  • Name
    endsAfterBlock
    Type
    null | number
    Description

    The final block this tier applies to. null means unlimited.

  • Name
    feePerBlock
    Type
    BillingMoneyAmount
    Description

    The fee charged for each block in this tier.

  • Name
    id
    Type
    string
    Description

    The unique identifier of the unit price tier.

  • Name
    startsAtBlock
    Type
    number
    Description

    The first block number this tier applies to.

Feedback

What did you think of this content?

Last updated on