# quotes\_resource\_subscription\_data

From **Stripe API**.

- Type: `object`

## Properties

### `effective_date`

- Required: false
- Type: `integer`
- Format: `unix-time`
- Nullable: true

When creating a new subscription, the date of which the subscription schedule will start after the quote is accepted. This date is ignored if it is in the past when the quote is accepted. Measured in seconds since the Unix epoch.

### `trial_period_days`

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

Integer representing the number of trial period days before the customer is charged for the first time.

## JSON Schema

```json
{"properties":{"effective_date":{"description":"When creating a new subscription, the date of which the subscription schedule will start after the quote is accepted. This date is ignored if it is in the past when the quote is accepted. Measured in seconds since the Unix epoch.","format":"unix-time","nullable":true,"type":"integer"},"trial_period_days":{"description":"Integer representing the number of trial period days before the customer is charged for the first time.","nullable":true,"type":"integer"}},"title":"QuotesResourceSubscriptionData","type":"object","x-expandableFields":[]}
```
