WebApiModulesHomeControlsCompanyTaxOptionCompanyTaxOption constructor

WebApiModulesHomeControlsCompanyTaxOptionCompanyTaxOption({
  1. int? id,
  2. String? internalChar,
  3. String? companyId,
  4. String? locationId,
  5. String? location,
  6. String? taxOptionId,
  7. String? taxOption,
  8. String? taxCountry,
  9. String? taxRule,
  10. double? rentalTaxRate1,
  11. double? rentalTaxRate2,
  12. bool? rentalExempt,
  13. String? rentalTaxDisplay,
  14. double? salesTaxRate1,
  15. double? salesTaxRate2,
  16. bool? salesExempt,
  17. String? salesTaxDisplay,
  18. double? laborTaxRate1,
  19. double? laborTaxRate2,
  20. bool? laborExempt,
  21. String? laborTaxDisplay,
  22. String? dateStamp,
  23. String? auditNote,
  24. String? recordTitle,
  25. List<FwStandardBusinessLogicFwBusinessLogicFieldDefinition>? fields,
  26. List<FwStandardDataFwCustomValue>? custom,
  27. List<FwStandardDataFwDefaultAttribute>? defaultFieldAttributes,
  28. List<FwStandardDataFwTranslatedValue>? translation,
})

Implementation

WebApiModulesHomeControlsCompanyTaxOptionCompanyTaxOption({
  this.id,
  this.internalChar,
  this.companyId,
  this.locationId,
  this.location,
  this.taxOptionId,
  this.taxOption,
  this.taxCountry,
  this.taxRule,
  this.rentalTaxRate1,
  this.rentalTaxRate2,
  this.rentalExempt,
  this.rentalTaxDisplay,
  this.salesTaxRate1,
  this.salesTaxRate2,
  this.salesExempt,
  this.salesTaxDisplay,
  this.laborTaxRate1,
  this.laborTaxRate2,
  this.laborExempt,
  this.laborTaxDisplay,
  this.dateStamp,
  this.auditNote,
  this.recordTitle,
  this.fields,
  this.custom,
  this.defaultFieldAttributes,
  this.translation,
});