# invoice\_setting\_subscription\_schedule\_setting

From **Stripe API**.

- Type: `object`

## Properties

### `days_until_due`

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

Number of days within which a customer must pay invoices generated by this subscription schedule. This value will be `null` for subscription schedules where `billing=charge_automatically`.

## JSON Schema

```json
{"properties":{"days_until_due":{"description":"Number of days within which a customer must pay invoices generated by this subscription schedule. This value will be `null` for subscription schedules where `billing=charge_automatically`.","nullable":true,"type":"integer"}},"title":"InvoiceSettingSubscriptionScheduleSetting","type":"object","x-expandableFields":[]}
```
