PricingSchedule constructor
      
      PricingSchedule({})
     
    
    
Implementation
PricingSchedule({
  this.capCostOption,
  this.endDate,
  this.flighted,
  this.floodlightActivityId,
  this.pricingPeriods,
  this.pricingType,
  this.startDate,
  this.testingStartDate,
});