# FirmhouseAppliedOrderDiscountPromotion

## Properties

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