WebApiModulesInventorySetBrochureSetBrochure constructor
WebApiModulesInventorySetBrochureSetBrochure({
- String? brochureId,
- String? setId,
- String? iCode,
- String? setDescription,
- String? orderId,
- String? orderNumber,
- String? orderDescription,
- String? dealId,
- String? deal,
- bool? inactive,
- String? dateStamp,
- String? auditNote,
- String? recordTitle,
- List<
FwStandardBusinessLogicFwBusinessLogicFieldDefinition> ? fields, - List<
FwStandardDataFwCustomValue> ? custom, - List<
FwStandardDataFwDefaultAttribute> ? defaultFieldAttributes, - 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,
});