# line\_items\_discount\_amount

From **Stripe API**.

- Type: `object`

## Properties

### `amount`

- Required: true
- Type: `integer`

The amount discounted.

### `discount`

- Required: true
- Type: `object`

A discount represents the actual application of a coupon to a particular
customer. It contains information about when the discount began and when it
will end.

Related guide: [Applying Discounts to Subscriptions](https://stripe.com/docs/billing/subscriptions/discounts).

## JSON Schema

```json
{"properties":{"amount":{"description":"The amount discounted.","type":"integer"},"discount":{"$ref":"#/components/schemas/discount"}},"required":["amount","discount"],"title":"LineItemsDiscountAmount","type":"object","x-expandableFields":["discount"]}
```
