intervalCount property

int intervalCount
getter/setter pair

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:

  • DAY. Maximum: 365
  • WEEK. Maximum: 52
  • MONTH. Maximum: 12
  • YEAR. Maximum: 1

Implementation

int intervalCount;