# quotes\_resource\_automatic\_tax

From **Stripe API**.

- Type: `object`

## Properties

### `enabled`

- Required: true
- Type: `boolean`

Automatically calculate taxes

### `status`

- Required: false
- Type: `string`
- Nullable: true
- Allowed values: `"complete"`, `"failed"`, `"requires_location_inputs"`

The status of the most recent automated tax calculation for this quote.

## JSON Schema

```json
{"properties":{"enabled":{"description":"Automatically calculate taxes","type":"boolean"},"status":{"description":"The status of the most recent automated tax calculation for this quote.","enum":["complete","failed","requires_location_inputs"],"nullable":true,"type":"string"}},"required":["enabled"],"title":"QuotesResourceAutomaticTax","type":"object","x-expandableFields":[]}
```
