> 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/graphql-api/api-reference/objects/applied-promotion.md).

# AppliedPromotion

### Fields

#### active ([Boolean](/graphql-api/api-reference/objects/boolean.md)!)

Whether or not this promotion is currently active

#### amountUsedIncludingTaxCents ([Int](/graphql-api/api-reference/objects/int.md)!)

Total amount used, only relevant for promotions with monetary limit

#### deactivateAfterAmountIncludingTaxCents ([Int](/graphql-api/api-reference/objects/int.md))

The amount after which the promotion should get deactivated on a customer

#### deactivateAfterTimes ([Int](/graphql-api/api-reference/objects/int.md))

After how many times this promotion is "used up" for a customer

#### deactivationStrategy ([AppliedPromotionDeactivationStrategy](/graphql-api/api-reference/objects/applied-promotion-deactivation-strategy.md)!)

Which mechanism will be used to deactivate the applied promotion

#### discountCode ([DiscountCode](/graphql-api/api-reference/objects/discount-code.md))

The discount code that applied this promotion.

#### id ([ID](/graphql-api/api-reference/objects/id.md)!)

ID to identify the applied promotion with

#### promotion ([Promotion](/graphql-api/api-reference/objects/promotion.md)!)

The associated promotion

#### timesUsed ([Int](/graphql-api/api-reference/objects/int.md)!)

The amount of times this applied promotion has been used.
