cyclesRemaining property

int? cyclesRemaining
final

For a finite billing cycle, cycles_remaining is the number of remaining cycles. For an infinite billing cycle, cycles_remaining is set as 0.

Implementation

final int? cyclesRemaining;