> Documentation index: [Saleor](/llms.txt) · [This section](/api-reference/discounts/llms.txt)
> Source: https://docs.saleor.io/api-reference/discounts/objects/promotion-rule-translation

# PromotionRuleTranslation Object

Represents promotion rule translations.

```graphql
type PromotionRuleTranslation implements Node {
  id: ID!
  language: LanguageDisplay!
  name: String
  description: JSONString
  translatableContent: PromotionRuleTranslatableContent
}
```

<a id="fields"></a>

### Fields

<a id="id"></a>

#### [`id`](#id) ● [`ID!`](/api-reference/miscellaneous/scalars/id.md)

ID of the promotion rule translation.

<a id="language"></a>

#### [`language`](#language) ● [`LanguageDisplay!`](/api-reference/miscellaneous/objects/language-display.md)

Translation language.

<a id="name"></a>

#### [`name`](#name) ● [`String`](/api-reference/miscellaneous/scalars/string.md)

Translated name of the promotion rule.

<a id="description"></a>

#### [`description`](#description) ● [`JSONString`](/api-reference/miscellaneous/scalars/jsonstring.md)

Translated description of the promotion rule.

Rich text format. For reference see [https://editorjs.io/](https://editorjs.io/)

<a id="translatable-content"></a>

#### [`translatableContent`](#translatable-content) ● [`PromotionRuleTranslatableContent`](/api-reference/discounts/objects/promotion-rule-translatable-content.md)

Represents the promotion rule fields to translate.

<a id="interfaces"></a>

### Interfaces

<a id="node"></a>

#### [`Node`](/api-reference/miscellaneous/interfaces/node.md)

An object with an ID

<a id="member-of"></a>

### Member Of

[`PromotionRule`](/api-reference/discounts/objects/promotion-rule.md) object  ● [`PromotionRuleTranslatableContent`](/api-reference/discounts/objects/promotion-rule-translatable-content.md) object

<a id="implemented-by"></a>

### Implemented By

[`TranslationTypes`](/api-reference/miscellaneous/unions/translation-types.md) union
