billingCycles property

List<BillingCycle> billingCycles
final

An array of billing cycles for trial billing and regular billing. A plan can have at most two trial cycles and only one regular cycle.

Implementation

final List<BillingCycle> billingCycles;