# Subscription-TrialIntervalCount

Number of billing cycles charged at `trialAmount` before the regular `amount` applies, using the subscription's `interval` (e.g., `interval` of `month` with a `trialIntervalCount` of 3 charges the `trialAmount` for the first 3 months). Requires `trialAmount` and cannot be combined with `trialPeriodDays` or `trialPeriodEnd`. In responses, the value decrements after each trial payment and is removed once the trial ends.

**integer**int32

Number of billing cycles charged at `trialAmount` before the regular `amount` applies, using the subscription's `interval` (e.g., `interval` of `month` with a `trialIntervalCount` of 3 charges the `trialAmount` for the first 3 months). Requires `trialAmount` and cannot be combined with `trialPeriodDays` or `trialPeriodEnd`. In responses, the value decrements after each trial payment and is removed once the trial ends.

**Possible values:** `>= 1` and `<= 31`

**Example:<!-- -->&#x20;**`3`

Subscription-TrialIntervalCount

```
3
```
