CostTypes constructor

CostTypes({
  1. bool? includeCredit,
  2. bool? includeDiscount,
  3. bool? includeOtherSubscription,
  4. bool? includeRecurring,
  5. bool? includeRefund,
  6. bool? includeSubscription,
  7. bool? includeSupport,
  8. bool? includeTax,
  9. bool? includeUpfront,
  10. bool? useAmortized,
  11. bool? useBlended,
})

Implementation

CostTypes({
  this.includeCredit,
  this.includeDiscount,
  this.includeOtherSubscription,
  this.includeRecurring,
  this.includeRefund,
  this.includeSubscription,
  this.includeSupport,
  this.includeTax,
  this.includeUpfront,
  this.useAmortized,
  this.useBlended,
});