billingCycles property
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;
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.
final List<BillingCycle>? billingCycles;