WebApiModulesInventorySetBrochureSetBrochure constructor

WebApiModulesInventorySetBrochureSetBrochure({
  1. String? brochureId,
  2. String? setId,
  3. String? iCode,
  4. String? setDescription,
  5. String? orderId,
  6. String? orderNumber,
  7. String? orderDescription,
  8. String? dealId,
  9. String? deal,
  10. bool? inactive,
  11. String? dateStamp,
  12. String? auditNote,
  13. String? recordTitle,
  14. List<FwStandardBusinessLogicFwBusinessLogicFieldDefinition>? fields,
  15. List<FwStandardDataFwCustomValue>? custom,
  16. List<FwStandardDataFwDefaultAttribute>? defaultFieldAttributes,
  17. List<FwStandardDataFwTranslatedValue>? translation,
})

Implementation

WebApiModulesInventorySetBrochureSetBrochure({
  this.brochureId,
  this.setId,
  this.iCode,
  this.setDescription,
  this.orderId,
  this.orderNumber,
  this.orderDescription,
  this.dealId,
  this.deal,
  this.inactive,
  this.dateStamp,
  this.auditNote,
  this.recordTitle,
  this.fields,
  this.custom,
  this.defaultFieldAttributes,
  this.translation,
});