# Promotion

### Fields

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

Whether or not this promotion is currently active

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

The amount of discount that this promotion gives (fixed amount discounts)

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

Whether or not this promotion will automatically be applied on checkout

#### countryOverrides (\[[PromotionCountryOverride](https://developer.firmhouse.com/graphql-api/api-reference/objects/promotion-country-override)!]!)

Country-specific overrides for this promotion

#### 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 promotion

#### discountType ([PromotionDiscountTypeEnum](https://developer.firmhouse.com/graphql-api/api-reference/objects/promotion-discount-type-enum))

The type of this discount: fixed or percentage.

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

The id of this promotion that can be used to apply the promotion on a subscription.

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

The percentage of discount that this promotion gives

#### publicName ([String](https://developer.firmhouse.com/graphql-api/api-reference/objects/string))

Alternative name to be displayed on invoices and checkout.

#### title ([String](https://developer.firmhouse.com/graphql-api/api-reference/objects/string)!)

The title of the promotion as it will appear on invoices and in the portal.
