# subscription\_automatic\_tax

From **Stripe API**.

- Type: `object`

## Properties

### `enabled`

- Required: true
- Type: `boolean`

Whether Stripe automatically computes tax on this subscription.

## JSON Schema

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