# discounts\_resource\_discount\_amount

From **Stripe API**.

- Type: `object`

## Properties

### `amount`

- Required: true
- Type: `integer`

The amount, in %s, of the discount.

### `discount`

- Required: true
The discount that was applied to get this discount amount.

## JSON Schema

```json
{"properties":{"amount":{"description":"The amount, in %s, of the discount.","type":"integer"},"discount":{"anyOf":[{"maxLength":5000,"type":"string"},{"$ref":"#/components/schemas/discount"},{"$ref":"#/components/schemas/deleted_discount"}],"description":"The discount that was applied to get this discount amount.","x-expansionResources":{"oneOf":[{"$ref":"#/components/schemas/discount"},{"$ref":"#/components/schemas/deleted_discount"}]}}},"required":["amount","discount"],"title":"DiscountsResourceDiscountAmount","type":"object","x-expandableFields":["discount"]}
```
