# subscription\_item\_billing\_thresholds

From **Stripe API**.

- Type: `object`

## Properties

### `usage_gte`

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

Usage threshold that triggers the subscription to create an invoice

## JSON Schema

```json
{"properties":{"usage_gte":{"description":"Usage threshold that triggers the subscription to create an invoice","nullable":true,"type":"integer"}},"title":"SubscriptionItemBillingThresholds","type":"object","x-expandableFields":[]}
```
