> For the complete documentation index, see [llms.txt](https://developer.firmhouse.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developer.firmhouse.com/sdks/firmhouse-sdk/reference/interfaces/firmhouse-cart-totals.md).

# Interface: FirmhouseCartTotals

## Properties

| Property               | Type     | Description                                                          |
| ---------------------- | -------- | -------------------------------------------------------------------- |
| `monthlyDiscountCents` | `number` | Promotion discount applied to the recurring monthly amount.          |
| `monthlySubtotalCents` | `number` | Recurring monthly amount before promotion discounts.                 |
| `monthlyTotalCents`    | `number` | Recurring monthly amount after promotion discounts.                  |
| `payNowDiscountCents`  | `number` | Promotion discount applied to the signup amount.                     |
| `payNowSubtotalCents`  | `number` | Amount due at signup before promotion discounts, excluding shipping. |
| `payNowTotalCents`     | `number` | Amount due at signup after promotion discounts, excluding shipping.  |
