PricingScheme constructor
PricingScheme({
- int? version,
- Money? fixedPrice,
- PricingModel? pricingModel,
- List<
PricingTier> ? tiers, - String? createTime,
- String? updateTime,
Implementation
PricingScheme(
{this.version,
this.fixedPrice,
this.pricingModel,
this.tiers,
this.createTime,
this.updateTime});