WebApiModulesHomeControlsRepairCostRepairCost constructor
WebApiModulesHomeControlsRepairCostRepairCost({
- String? repairCostId,
- String? repairId,
- String? rateId,
- String? iCode,
- String? description,
- double? quantity,
- String? unit,
- double? rate,
- double? grossTotal,
- double? discountAmount,
- double? extended,
- bool? taxable,
- double? tax,
- double? total,
- bool? billable,
- String? note,
- 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
WebApiModulesHomeControlsRepairCostRepairCost({
this.repairCostId,
this.repairId,
this.rateId,
this.iCode,
this.description,
this.quantity,
this.unit,
this.rate,
this.grossTotal,
this.discountAmount,
this.extended,
this.taxable,
this.tax,
this.total,
this.billable,
this.note,
this.currencySymbol,
this.orderId,
this.orderItemId,
this.orderNumber,
this.dateStamp,
this.auditNote,
this.recordTitle,
this.fields,
this.custom,
this.defaultFieldAttributes,
this.translation,
});