WebApiModulesHomeControlsTaxableTaxable constructor

WebApiModulesHomeControlsTaxableTaxable({
  1. String? masterId,
  2. String? locationId,
  3. String? location,
  4. bool? taxable,
  5. String? auditNote,
  6. String? recordTitle,
  7. List<FwStandardBusinessLogicFwBusinessLogicFieldDefinition>? fields,
  8. List<FwStandardDataFwCustomValue>? custom,
  9. List<FwStandardDataFwDefaultAttribute>? defaultFieldAttributes,
  10. 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,
});