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

# Interface: 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`](/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`](/sdks/firmhouse-sdk/reference/interfaces/firmhouse-applied-promotion.md#amountusedincludingtaxcents)                       |
| `deactivateAfterAmountIncludingTaxCents` | `number` \| `null`                                                                                                              | Total amount used, only relevant for promotions with monetary limit | [`FirmhouseAppliedPromotion`](/sdks/firmhouse-sdk/reference/interfaces/firmhouse-applied-promotion.md).[`deactivateAfterAmountIncludingTaxCents`](/sdks/firmhouse-sdk/reference/interfaces/firmhouse-applied-promotion.md#deactivateafteramountincludingtaxcents) |
| `deactivateAfterTimes`                   | `number` \| `null`                                                                                                              | After how many times this promotion is "used up" for a customer     | [`FirmhouseAppliedPromotion`](/sdks/firmhouse-sdk/reference/interfaces/firmhouse-applied-promotion.md).[`deactivateAfterTimes`](/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`](/sdks/firmhouse-sdk/reference/interfaces/firmhouse-applied-promotion.md#deactivationstrategy)                                     |
| `discountCode?`                          | [`FirmhouseDiscountCode`](/sdks/firmhouse-sdk/reference/interfaces/firmhouse-discount-code.md) \| `null`                        | The discount code that applied this promotion, when present.        | [`FirmhouseAppliedPromotion`](/sdks/firmhouse-sdk/reference/interfaces/firmhouse-applied-promotion.md).[`discountCode`](/sdks/firmhouse-sdk/reference/interfaces/firmhouse-applied-promotion.md#discountcode)                                                     |
| `id`                                     | `string`                                                                                                                        | ID to identify the applied promotion with                           | [`FirmhouseAppliedPromotion`](/sdks/firmhouse-sdk/reference/interfaces/firmhouse-applied-promotion.md).[`id`](/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`](/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`](/sdks/firmhouse-sdk/reference/interfaces/firmhouse-applied-promotion.md#timesused)                                                           |
