# subscription\_schedules\_resource\_default\_settings\_automatic\_tax

From **Stripe API**.

- Type: `object`

## Properties

### `enabled`

- Required: true
- Type: `boolean`

Whether Stripe automatically computes tax on invoices created during this phase.

## JSON Schema

```json
{"properties":{"enabled":{"description":"Whether Stripe automatically computes tax on invoices created during this phase.","type":"boolean"}},"required":["enabled"],"title":"SubscriptionSchedulesResourceDefaultSettingsAutomaticTax","type":"object","x-expandableFields":[]}
```
