WebApiModulesBillingTaxableTaxable constructor

const WebApiModulesBillingTaxableTaxable({
  1. String? masterId,
  2. String? locationId,
  3. String? location,
  4. bool? taxable,
  5. String? auditNote,
  6. String? recordTitle,
  7. dynamic urlIdentifier,
  8. List<FwStandardBusinessLogicFwBusinessLogicFieldDefinition>? fields,
  9. List<FwStandardDataFwCustomValue>? custom,
  10. List<FwStandardDataFwDefaultAttribute>? defaultFieldAttributes,
  11. FwStandardBusinessLogicFwBusinessLogic? original,
  12. List<FwStandardDataFwTranslatedValue>? translation,
  13. bool? hasImport,
  14. bool? hasDocuments,
  15. String? createdByUserId,
  16. String? createdByUserName,
  17. String? createdDateTime,
  18. String? modifiedByUserId,
  19. String? modifiedByUserName,
  20. String? modifiedDateTime,
})

Implementation

const WebApiModulesBillingTaxableTaxable({
  this.masterId,
  this.locationId,
  this.location,
  this.taxable,
  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,
});