WebApiModulesHomeControlsServiceOrderItemServiceOrderItem constructor
WebApiModulesHomeControlsServiceOrderItemServiceOrderItem({
- String? serviceOrderItemId,
- String? repairId,
- String? repairNumber,
- String? barCode,
- String? serialNumber,
- String? repairICode,
- String? trackedBy,
- String? repairDescription,
- double? quantity,
- double? rate,
- double? extended,
- String? repairInventoryId,
- String? warehouseId,
- String? warehouseCode,
- String? warehouse,
- String? repairCostId,
- String? repairPartId,
- String? itemOrder,
- String? notes,
- String? recType,
- String? recTypeDisplay,
- String? consignorId,
- String? consignorAgreementId,
- String? inventoryId,
- String? iCode,
- String? description,
- String? auditNote,
- String? recordTitle,
- List<
FwStandardBusinessLogicFwBusinessLogicFieldDefinition> ? fields, - List<
FwStandardDataFwCustomValue> ? custom, - List<
FwStandardDataFwDefaultAttribute> ? defaultFieldAttributes, - List<
FwStandardDataFwTranslatedValue> ? translation,
Implementation
WebApiModulesHomeControlsServiceOrderItemServiceOrderItem({
this.serviceOrderItemId,
this.repairId,
this.repairNumber,
this.barCode,
this.serialNumber,
this.repairICode,
this.trackedBy,
this.repairDescription,
this.quantity,
this.rate,
this.extended,
this.repairInventoryId,
this.warehouseId,
this.warehouseCode,
this.warehouse,
this.repairCostId,
this.repairPartId,
this.itemOrder,
this.notes,
this.recType,
this.recTypeDisplay,
this.consignorId,
this.consignorAgreementId,
this.inventoryId,
this.iCode,
this.description,
this.auditNote,
this.recordTitle,
this.fields,
this.custom,
this.defaultFieldAttributes,
this.translation,
});