> 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-promotion.md).

# FirmhousePromotion

## Properties

| Property                                 | Type                                                                                                                            | Description                                                                        |
| ---------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------- |
| `activated`                              | `boolean`                                                                                                                       | Whether the promotion is currently active.                                         |
| `autoApply`                              | `boolean`                                                                                                                       | Whether or not this promotion will automatically be applied on checkout            |
| `deactivateAfterAmountIncludingTaxCents` | `null` \| `number`                                                                                                              | The amount after which the promotion should get deactivated on a customer          |
| `deactivateAfterTimes`                   | `null` \| `number`                                                                                                              | After how many times this promotion is "used up" for a customer                    |
| `deactivationStrategy`                   | [`AppliedPromotionDeactivationStrategy`](/sdks/firmhouse-sdk/reference/enumerations/applied-promotion-deactivation-strategy.md) | Which mechanism will be used to deactivate the promotion                           |
| `id`                                     | `string`                                                                                                                        | The id of this promotion that can be used to apply the promotion on a subscription |
| `percentDiscount`                        | `null` \| `number`                                                                                                              | The percentage of discount that this promotion gives                               |
| `publicName`                             | `null` \| `string`                                                                                                              | Alternative name to be displayed on invoices and checkout                          |
| `title`                                  | `string`                                                                                                                        | The title of the promotion as it will appear on invoices and in the portal         |
