PricingPhase constructor
PricingPhase({})
Implementation
PricingPhase({
required this.priceAmountMicros,
required this.priceCurrencyCode,
required this.formattedPrice,
required this.billingPeriod,
required this.recurrenceMode,
this.billingCycleCount,
});