interval_count property

dynamic interval_count
final

The number of intervals after which a subscriber is billed. For example, if the interval_unit is DAY with an interval_count of 2, the subscription is billed once every two days. The following table lists the maximum allowed values for the interval_count for each interval_unit: https://developer.paypal.com/docs/api/subscriptions/v1/#definition-frequency

Implementation

final interval_count;