# credit\_note\_tax\_amount

From **Stripe API**.

- Type: `object`

## Properties

### `amount`

- Required: true
- Type: `integer`

The amount, in %s, of the tax.

### `inclusive`

- Required: true
- Type: `boolean`

Whether this tax amount is inclusive or exclusive.

### `tax_rate`

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

## JSON Schema

```json
{"properties":{"amount":{"description":"The amount, in %s, of the tax.","type":"integer"},"inclusive":{"description":"Whether this tax amount is inclusive or exclusive.","type":"boolean"},"tax_rate":{"anyOf":[{"maxLength":5000,"type":"string"},{"$ref":"#/components/schemas/tax_rate"}],"description":"The tax rate that was applied to get this tax amount.","x-expansionResources":{"oneOf":[{"$ref":"#/components/schemas/tax_rate"}]}}},"required":["amount","inclusive","tax_rate"],"title":"CreditNoteTaxAmount","type":"object","x-expandableFields":["tax_rate"]}
```
