WebApiModulesSettingsRateLocationTaxRateLocationTax constructor

const WebApiModulesSettingsRateLocationTaxRateLocationTax({
  1. String? rateId,
  2. int? id,
  3. String? internalChar,
  4. String? locationId,
  5. String? location,
  6. bool? taxable,
  7. String? modByUsersId,
  8. String? modByUser,
  9. String? dateStamp,
  10. String? auditNote,
  11. String? recordTitle,
  12. dynamic urlIdentifier,
  13. List<FwStandardBusinessLogicFwBusinessLogicFieldDefinition>? fields,
  14. List<FwStandardDataFwCustomValue>? custom,
  15. List<FwStandardDataFwDefaultAttribute>? defaultFieldAttributes,
  16. FwStandardBusinessLogicFwBusinessLogic? original,
  17. List<FwStandardDataFwTranslatedValue>? translation,
  18. bool? hasImport,
  19. bool? hasDocuments,
  20. String? createdByUserId,
  21. String? createdByUserName,
  22. String? createdDateTime,
  23. String? modifiedByUserId,
  24. String? modifiedByUserName,
  25. String? modifiedDateTime,
})

Implementation

const WebApiModulesSettingsRateLocationTaxRateLocationTax({
  this.rateId,
  this.id,
  this.internalChar,
  this.locationId,
  this.location,
  this.taxable,
  this.modByUsersId,
  this.modByUser,
  this.dateStamp,
  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,
});