> Documentation index: [Saleor](/llms.txt) · [This section](/api-reference/orders/llms.txt)
> Source: https://docs.saleor.io/api-reference/orders/objects/order-event-discount-object

# OrderEventDiscountObject Object

No description

```graphql
type OrderEventDiscountObject {
  valueType: DiscountValueTypeEnum!
  value: PositiveDecimal!
  reason: String
  amount: Money
  oldValueType: DiscountValueTypeEnum
  oldValue: PositiveDecimal
  oldAmount: Money
}
```

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

### Fields

<a id="value-type"></a>

#### [`valueType`](#value-type) ● [`DiscountValueTypeEnum!`](/api-reference/discounts/enums/discount-value-type-enum.md)

Type of the discount: fixed or percent.

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

#### [`value`](#value) ● [`PositiveDecimal!`](/api-reference/miscellaneous/scalars/positive-decimal.md)

Value of the discount. Can store fixed value or percent value.

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

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

Explanation for the applied discount.

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

#### [`amount`](#amount) ● [`Money`](/api-reference/miscellaneous/objects/money.md)

Returns amount of discount.

<a id="old-value-type"></a>

#### [`oldValueType`](#old-value-type) ● [`DiscountValueTypeEnum`](/api-reference/discounts/enums/discount-value-type-enum.md)

Type of the discount: fixed or percent.

<a id="old-value"></a>

#### [`oldValue`](#old-value) ● [`PositiveDecimal`](/api-reference/miscellaneous/scalars/positive-decimal.md)

Value of the discount. Can store fixed value or percent value.

<a id="old-amount"></a>

#### [`oldAmount`](#old-amount) ● [`Money`](/api-reference/miscellaneous/objects/money.md)

Returns amount of discount.

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

### Member Of

[`OrderEvent`](/api-reference/orders/objects/order-event.md) object  ● [`OrderEventOrderLineObject`](/api-reference/orders/objects/order-event-order-line-object.md) object
