WebApiModulesSettingsRateLocationTaxRateLocationTax constructor
WebApiModulesSettingsRateLocationTaxRateLocationTax({
- String? rateId,
- int? id,
- String? internalChar,
- String? locationId,
- String? location,
- bool? taxable,
- String? modByUsersId,
- String? modByUser,
- String? dateStamp,
- String? auditNote,
- String? recordTitle,
- List<
FwStandardBusinessLogicFwBusinessLogicFieldDefinition> ? fields, - List<
FwStandardDataFwCustomValue> ? custom, - List<
FwStandardDataFwDefaultAttribute> ? defaultFieldAttributes, - 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,
});