# payment\_pages\_checkout\_session\_total\_details\_resource\_breakdown

From **Stripe API**.

- Type: `object`

## Properties

### `discounts`

- Required: true
- Type: `array`

The aggregated line item discounts.

### `taxes`

- Required: true
- Type: `array`

The aggregated line item tax amounts by rate.

## JSON Schema

```json
{"properties":{"discounts":{"description":"The aggregated line item discounts.","items":{"$ref":"#/components/schemas/line_items_discount_amount"},"type":"array"},"taxes":{"description":"The aggregated line item tax amounts by rate.","items":{"$ref":"#/components/schemas/line_items_tax_amount"},"type":"array"}},"required":["discounts","taxes"],"title":"PaymentPagesCheckoutSessionTotalDetailsResourceBreakdown","type":"object","x-expandableFields":["discounts","taxes"]}
```
