# AppliedOrderDiscountPromotion

### Fields

#### active ([Boolean](https://developer.firmhouse.com/graphql-api/api-reference/objects/boolean)!)

Whether or not this promotion is currently active

#### amountUsedIncludingTaxCents ([Int](https://developer.firmhouse.com/graphql-api/api-reference/objects/int)!)

Total amount used, only relevant for promotions with monetary limit

#### deactivateAfterAmountIncludingTaxCents ([Int](https://developer.firmhouse.com/graphql-api/api-reference/objects/int))

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

#### deactivateAfterTimes ([Int](https://developer.firmhouse.com/graphql-api/api-reference/objects/int))

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

#### deactivationStrategy ([AppliedPromotionDeactivationStrategy](https://developer.firmhouse.com/graphql-api/api-reference/objects/applied-promotion-deactivation-strategy)!)

Which mechanism will be used to deactivate the applied promotion

#### discountCode ([DiscountCode](https://developer.firmhouse.com/graphql-api/api-reference/objects/discount-code))

The discount code that applied this promotion.

#### id ([ID](https://developer.firmhouse.com/graphql-api/api-reference/objects/id)!)

ID to identify the applied promotion with

#### orders (\[[Order](https://developer.firmhouse.com/graphql-api/api-reference/objects/order)!]!)

Orders on which this promotion was applied.

#### promotion ([Promotion](https://developer.firmhouse.com/graphql-api/api-reference/objects/promotion)!)

The associated promotion

#### timesUsed ([Int](https://developer.firmhouse.com/graphql-api/api-reference/objects/int)!)

The amount of times this applied promotion has been used.
