# BillingPerUnitTotalTier

> Billing is currently in Beta and its APIs are experimental and may undergo breaking changes. To mitigate potential disruptions, we recommend [pinning](https://clerk.com/docs/pinning.md?sdk=nextjs) your SDK and `clerk-js` package versions.

The `BillingPerUnitTotalTier` type represents the cost breakdown for a single tier in checkout totals.

## Properties

| Property                               | Type                                                                                        | Description                                                   |
| -------------------------------------- | ------------------------------------------------------------------------------------------- | ------------------------------------------------------------- |
| <a id="feeperblock"></a> `feePerBlock` | [BillingMoneyAmount](https://clerk.com/docs/nextjs/reference/types/billing-money-amount.md) | The fee charged per block for this tier.                      |
| <a id="quantity"></a> `quantity`       | `null | number`                                                                  | The quantity billed within this tier. `null` means unlimited. |
| <a id="total"></a> `total`             | [BillingMoneyAmount](https://clerk.com/docs/nextjs/reference/types/billing-money-amount.md) | The total billed amount for this tier.                        |

---

## Sitemap

[Overview of all docs pages](https://clerk.com/docs/llms.txt)
