WebApiModulesSettingsRateLocationTaxRateLocationTax constructor

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. List<FwStandardBusinessLogicFwBusinessLogicFieldDefinition>? fields,
  13. List<FwStandardDataFwCustomValue>? custom,
  14. List<FwStandardDataFwDefaultAttribute>? defaultFieldAttributes,
  15. List<FwStandardDataFwTranslatedValue>? translation,
})

Implementation

WebApiModulesSettingsRateLocationTaxRateLocationTax({
  this.rateId,
  this.id,
  this.internalChar,
  this.locationId,
  this.location,
  this.taxable,
  this.modByUsersId,
  this.modByUser,
  this.dateStamp,
  this.auditNote,
  this.recordTitle,
  this.fields,
  this.custom,
  this.defaultFieldAttributes,
  this.translation,
});