WebApiModulesHomeControlsTaxableTaxable constructor
WebApiModulesHomeControlsTaxableTaxable({
- String? masterId,
- String? locationId,
- String? location,
- bool? taxable,
- String? auditNote,
- String? recordTitle,
- List<
FwStandardBusinessLogicFwBusinessLogicFieldDefinition> ? fields, - List<
FwStandardDataFwCustomValue> ? custom, - List<
FwStandardDataFwDefaultAttribute> ? defaultFieldAttributes, - List<
FwStandardDataFwTranslatedValue> ? translation,
Implementation
WebApiModulesHomeControlsTaxableTaxable({
this.masterId,
this.locationId,
this.location,
this.taxable,
this.auditNote,
this.recordTitle,
this.fields,
this.custom,
this.defaultFieldAttributes,
this.translation,
});