Skip to main content
Docs

BillingPlanUnitPriceTier

Warning

Billing is currently in Beta and its APIs are experimental and may undergo breaking changes. To mitigate potential disruptions, we recommend pinning your SDK and clerk-js package versions.

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