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

# FirmhouseAppliedOrderDiscountPromotion

## Properties

| Property                                 | Type                                                                                                                            | Description                                                         | Inherited from                                                                                                                                  |
| ---------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------- |
| `active`                                 | `boolean`                                                                                                                       | Whether or not this promotion is currently active                   | [`FirmhouseAppliedPromotion`](/sdks/firmhouse-sdk/reference/interfaces/firmhouse-applied-promotion.md).`active`                                 |
| `amountUsedIncludingTaxCents`            | `number`                                                                                                                        | Total amount used, only relevant for promotions with monetary limit | [`FirmhouseAppliedPromotion`](/sdks/firmhouse-sdk/reference/interfaces/firmhouse-applied-promotion.md).`amountUsedIncludingTaxCents`            |
| `deactivateAfterAmountIncludingTaxCents` | `null` \| `number`                                                                                                              | Total amount used, only relevant for promotions with monetary limit | [`FirmhouseAppliedPromotion`](/sdks/firmhouse-sdk/reference/interfaces/firmhouse-applied-promotion.md).`deactivateAfterAmountIncludingTaxCents` |
| `deactivateAfterTimes`                   | `null` \| `number`                                                                                                              | After how many times this promotion is "used up" for a customer     | [`FirmhouseAppliedPromotion`](/sdks/firmhouse-sdk/reference/interfaces/firmhouse-applied-promotion.md).`deactivateAfterTimes`                   |
| `deactivationStrategy`                   | [`AppliedPromotionDeactivationStrategy`](/sdks/firmhouse-sdk/reference/enumerations/applied-promotion-deactivation-strategy.md) | Which mechanism will be used to deactivate the applied promotion    | [`FirmhouseAppliedPromotion`](/sdks/firmhouse-sdk/reference/interfaces/firmhouse-applied-promotion.md).`deactivationStrategy`                   |
| `id`                                     | `string`                                                                                                                        | ID to identify the applied promotion with                           | [`FirmhouseAppliedPromotion`](/sdks/firmhouse-sdk/reference/interfaces/firmhouse-applied-promotion.md).`id`                                     |
| `orders?`                                | [`FirmhouseOrder`](/sdks/firmhouse-sdk/reference/interfaces/firmhouse-order.md)\[]                                              | Orders on which this promotion was applied.                         | -                                                                                                                                               |
| `promotion`                              | [`FirmhousePromotion`](/sdks/firmhouse-sdk/reference/interfaces/firmhouse-promotion.md)                                         | The associated promotion                                            | [`FirmhouseAppliedPromotion`](/sdks/firmhouse-sdk/reference/interfaces/firmhouse-applied-promotion.md).`promotion`                              |
| `timesUsed`                              | `number`                                                                                                                        | The amount of times this applied promotion has been used.           | [`FirmhouseAppliedPromotion`](/sdks/firmhouse-sdk/reference/interfaces/firmhouse-applied-promotion.md).`timesUsed`                              |
