PricingPhase constructor
const
PricingPhase(
- Period? billingPeriod,
- RecurrenceMode? recurrenceMode,
- int? billingCycleCount,
- Price price,
- OfferPaymentMode? offerPaymentMode,
Implementation
const PricingPhase(
this.billingPeriod,
this.recurrenceMode,
this.billingCycleCount,
this.price,
this.offerPaymentMode,
);