# quotes\_resource\_total\_details

From **Stripe API**.

- Type: `object`

## Properties

### `amount_discount`

- Required: true
- Type: `integer`

This is the sum of all the line item discounts.

### `amount_shipping`

- Required: false
- Type: `integer`
- Nullable: true

This is the sum of all the line item shipping amounts.

### `amount_tax`

- Required: true
- Type: `integer`

This is the sum of all the line item tax amounts.

### `breakdown`

- Required: false
- Type: `object`

## JSON Schema

```json
{"properties":{"amount_discount":{"description":"This is the sum of all the line item discounts.","type":"integer"},"amount_shipping":{"description":"This is the sum of all the line item shipping amounts.","nullable":true,"type":"integer"},"amount_tax":{"description":"This is the sum of all the line item tax amounts.","type":"integer"},"breakdown":{"$ref":"#/components/schemas/quotes_resource_total_details_resource_breakdown"}},"required":["amount_discount","amount_tax"],"title":"QuotesResourceTotalDetails","type":"object","x-expandableFields":["breakdown"]}
```
