WebApiModulesHomeControlsRepairPartRepairPart constructor
WebApiModulesHomeControlsRepairPartRepairPart({
- String? repairPartId,
- String? repairId,
- String? inventoryId,
- String? warehouseId,
- String? warehouseCode,
- String? warehouse,
- String? iCode,
- String? iCodeColor,
- String? description,
- String? descriptionColor,
- double? quantity,
- String? unit,
- double? price,
- double? grossTotal,
- double? discountAmount,
- double? extended,
- bool? taxable,
- double? tax,
- double? total,
- bool? billable,
- String? itemClass,
- String? itemOrder,
- String? currencySymbol,
- String? orderId,
- String? orderItemId,
- String? orderNumber,
- String? dateStamp,
- String? auditNote,
- String? recordTitle,
- List<
FwStandardBusinessLogicFwBusinessLogicFieldDefinition> ? fields, - List<
FwStandardDataFwCustomValue> ? custom, - List<
FwStandardDataFwDefaultAttribute> ? defaultFieldAttributes, - List<
FwStandardDataFwTranslatedValue> ? translation,
Implementation
WebApiModulesHomeControlsRepairPartRepairPart({
this.repairPartId,
this.repairId,
this.inventoryId,
this.warehouseId,
this.warehouseCode,
this.warehouse,
this.iCode,
this.iCodeColor,
this.description,
this.descriptionColor,
this.quantity,
this.unit,
this.price,
this.grossTotal,
this.discountAmount,
this.extended,
this.taxable,
this.tax,
this.total,
this.billable,
this.itemClass,
this.itemOrder,
this.currencySymbol,
this.orderId,
this.orderItemId,
this.orderNumber,
this.dateStamp,
this.auditNote,
this.recordTitle,
this.fields,
this.custom,
this.defaultFieldAttributes,
this.translation,
});