PricingSchedule constructor

PricingSchedule({
  1. String? capCostOption,
  2. DateTime? endDate,
  3. bool? flighted,
  4. String? floodlightActivityId,
  5. List<PricingSchedulePricingPeriod>? pricingPeriods,
  6. String? pricingType,
  7. DateTime? startDate,
  8. DateTime? testingStartDate,
})

Implementation

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