QuickbooksEffectiveTaxRate constructor

QuickbooksEffectiveTaxRate({
  1. double? rateValue,
  2. DateTime? endDate,
  3. DateTime? effectiveDate,
})

Implementation

QuickbooksEffectiveTaxRate({
  this.rateValue,
  this.endDate,
  this.effectiveDate,
});