WebApiModulesSettingsTaxSettingsTaxOptionTaxOption constructor

const WebApiModulesSettingsTaxSettingsTaxOptionTaxOption({
  1. String? taxOptionId,
  2. String? taxOption,
  3. bool? availableForSales,
  4. bool? availableForPurchases,
  5. String? taxCountryId,
  6. String? taxCountry,
  7. String? taxRule,
  8. double? rentalTaxRate1,
  9. double? rentalTaxRate2,
  10. bool? rentalExempt,
  11. String? rentalTaxDisplay,
  12. String? rentalTaxAlias,
  13. double? salesTaxRate1,
  14. double? salesTaxRate2,
  15. bool? salesExempt,
  16. String? salesTaxDisplay,
  17. String? salesTaxAlias,
  18. double? laborTaxRate1,
  19. double? laborTaxRate2,
  20. bool? laborExempt,
  21. String? laborTaxDisplay,
  22. String? laborTaxAlias,
  23. bool? taxOnTax,
  24. String? taxOnTaxAccountId,
  25. String? taxOnTaxAccountNo,
  26. String? taxOnTaxAccountDescription,
  27. String? taxAccountId1,
  28. String? taxAccountNo1,
  29. String? taxAccountDescription1,
  30. String? taxAccountId2,
  31. String? taxAccountNo2,
  32. String? taxAccountDescription2,
  33. String? quickBooksTaxItemCode,
  34. String? quickBooksTaxItemDescription,
  35. String? quickBooksTaxVendor,
  36. bool? quickBooksTaxGroup,
  37. String? gstExportCode,
  38. String? pstExportCode,
  39. String? tax1Name,
  40. String? tax1Description,
  41. String? tax2Name,
  42. String? tax2Description,
  43. bool? inactive,
  44. String? dateStamp,
  45. String? taxOptionCity,
  46. String? taxOptionCounty,
  47. String? taxOptionStateId,
  48. String? taxOptionState,
  49. String? taxOptionRateCode,
  50. String? auditNote,
  51. String? recordTitle,
  52. dynamic urlIdentifier,
  53. List<FwStandardBusinessLogicFwBusinessLogicFieldDefinition>? fields,
  54. List<FwStandardDataFwCustomValue>? custom,
  55. List<FwStandardDataFwDefaultAttribute>? defaultFieldAttributes,
  56. FwStandardBusinessLogicFwBusinessLogic? original,
  57. List<FwStandardDataFwTranslatedValue>? translation,
  58. bool? hasImport,
  59. bool? hasDocuments,
  60. String? createdByUserId,
  61. String? createdByUserName,
  62. String? createdDateTime,
  63. String? modifiedByUserId,
  64. String? modifiedByUserName,
  65. String? modifiedDateTime,
})

Implementation

const WebApiModulesSettingsTaxSettingsTaxOptionTaxOption({
  this.taxOptionId,
  this.taxOption,
  this.availableForSales,
  this.availableForPurchases,
  this.taxCountryId,
  this.taxCountry,
  this.taxRule,
  this.rentalTaxRate1,
  this.rentalTaxRate2,
  this.rentalExempt,
  this.rentalTaxDisplay,
  this.rentalTaxAlias,
  this.salesTaxRate1,
  this.salesTaxRate2,
  this.salesExempt,
  this.salesTaxDisplay,
  this.salesTaxAlias,
  this.laborTaxRate1,
  this.laborTaxRate2,
  this.laborExempt,
  this.laborTaxDisplay,
  this.laborTaxAlias,
  this.taxOnTax,
  this.taxOnTaxAccountId,
  this.taxOnTaxAccountNo,
  this.taxOnTaxAccountDescription,
  this.taxAccountId1,
  this.taxAccountNo1,
  this.taxAccountDescription1,
  this.taxAccountId2,
  this.taxAccountNo2,
  this.taxAccountDescription2,
  this.quickBooksTaxItemCode,
  this.quickBooksTaxItemDescription,
  this.quickBooksTaxVendor,
  this.quickBooksTaxGroup,
  this.gstExportCode,
  this.pstExportCode,
  this.tax1Name,
  this.tax1Description,
  this.tax2Name,
  this.tax2Description,
  this.inactive,
  this.dateStamp,
  this.taxOptionCity,
  this.taxOptionCounty,
  this.taxOptionStateId,
  this.taxOptionState,
  this.taxOptionRateCode,
  this.auditNote,
  this.recordTitle,
  this.urlIdentifier,
  this.fields,
  this.custom,
  this.defaultFieldAttributes,
  this.original,
  this.translation,
  this.hasImport,
  this.hasDocuments,
  this.createdByUserId,
  this.createdByUserName,
  this.createdDateTime,
  this.modifiedByUserId,
  this.modifiedByUserName,
  this.modifiedDateTime,
});