sequence property

int sequence
getter/setter pair

The order in which this cycle is to run among other billing cycles. For example, a trial billing cycle has a sequence of 1 while a regular billing cycle has a sequence of 2, so that trial cycle runs before the regular cycle. Minimum value: 1. Maximum value: 99.

Implementation

int sequence;