intervalCount property

int? intervalCount
getter/setter pair

The number of intervals (specified in the interval attribute) between subscription billings. For example, interval=month and interval_count=3 bills every 3 months.

Implementation

int? intervalCount;