intervalUnit property

IntervalUnit intervalUnit
getter/setter pair

The interval at which the subscription is charged or billed.

The possible values are:

  • DAY. A daily billing cycle.
  • WEEK. A weekly billing cycle.
  • MONTH. A monthly billing cycle.
  • YEAR. A yearly billing cycle.

Implementation

IntervalUnit intervalUnit;