QuickbooksTaxRate constructor
QuickbooksTaxRate({
- String? id,
- String? syncToken,
- String? rateValue,
- String? name,
- QuickbooksReferenceType? agencyRef,
- String? specialTaxType,
- List<
QuickbooksEffectiveTaxRate> ? effectiveTaxRate, - String? displayName,
- QuickbooksReferenceType? taxReturnLineRef,
- bool? active,
- Map<
String, dynamic> ? metaData, - String? originalTaxRate,
- String? description,
Implementation
QuickbooksTaxRate({
this.id,
this.syncToken,
this.rateValue,
this.name,
this.agencyRef,
this.specialTaxType,
this.effectiveTaxRate,
this.displayName,
this.taxReturnLineRef,
this.active,
this.metaData,
this.originalTaxRate,
this.description,
});