WebApiModulesHomeControlsInvoiceItemInvoiceItem constructor
WebApiModulesHomeControlsInvoiceItemInvoiceItem({
- String? invoiceItemId,
- String? invoiceId,
- String? itemId,
- String? itemClass,
- String? itemOrder,
- String? inventoryId,
- String? orderId,
- String? parentId,
- String? repairId,
- String? repairNumber,
- String? recType,
- String? availableFor,
- bool? bold,
- String? optionColor,
- String? orderItemId,
- String? nestedOrderItemId,
- bool? isAdjusted,
- bool? isRecurring,
- bool? isManualBill,
- String? voidInvoiceItemId,
- bool? isProfitCenter,
- String? profitCenterChargeCode1,
- String? profitCenterChargeCode2,
- String? profitCenterChargeCode,
- String? activity,
- String? activityExportCode,
- String? orderNumber,
- String? poNumber,
- String? iCode,
- String? description,
- String? barCode,
- String? serialNumber,
- String? fromDate,
- String? fromTime,
- String? toDate,
- String? toTime,
- double? days,
- double? billableDays,
- double? quantity,
- double? cost,
- double? rate,
- String? unit,
- double? daysPerWeek,
- double? discountPercent,
- double? discountAmount,
- int? split,
- double? hours,
- double? hoursOvertime,
- double? hoursDoubletime,
- bool? crewActualHours,
- double? meterOut,
- double? meterIn,
- double? lineTotalBeforeDiscount,
- double? extended,
- double? lineTotal,
- bool? taxable,
- double? tax,
- double? tax2,
- double? lineTotalWithTax,
- double? adjustment,
- double? rebateAmount,
- double? adjustedRevenue,
- double? quikPayExtended,
- String? currencyId,
- String? currencyCode,
- String? currencySymbol,
- int? nestingLevel,
- String? invoiceNumber,
- String? invoiceStatus,
- String? invoiceDate,
- String? dealId,
- String? deal,
- String? auditNote,
- String? recordTitle,
- List<
FwStandardBusinessLogicFwBusinessLogicFieldDefinition> ? fields, - List<
FwStandardDataFwCustomValue> ? custom, - List<
FwStandardDataFwDefaultAttribute> ? defaultFieldAttributes, - List<
FwStandardDataFwTranslatedValue> ? translation,
Implementation
WebApiModulesHomeControlsInvoiceItemInvoiceItem({
this.invoiceItemId,
this.invoiceId,
this.itemId,
this.itemClass,
this.itemOrder,
this.inventoryId,
this.orderId,
this.parentId,
this.repairId,
this.repairNumber,
this.recType,
this.availableFor,
this.bold,
this.optionColor,
this.orderItemId,
this.nestedOrderItemId,
this.isAdjusted,
this.isRecurring,
this.isManualBill,
this.voidInvoiceItemId,
this.isProfitCenter,
this.profitCenterChargeCode1,
this.profitCenterChargeCode2,
this.profitCenterChargeCode,
this.activity,
this.activityExportCode,
this.orderNumber,
this.poNumber,
this.iCode,
this.description,
this.barCode,
this.serialNumber,
this.fromDate,
this.fromTime,
this.toDate,
this.toTime,
this.days,
this.billableDays,
this.quantity,
this.cost,
this.rate,
this.unit,
this.daysPerWeek,
this.discountPercent,
this.discountAmount,
this.split,
this.hours,
this.hoursOvertime,
this.hoursDoubletime,
this.crewActualHours,
this.meterOut,
this.meterIn,
this.lineTotalBeforeDiscount,
this.extended,
this.lineTotal,
this.taxable,
this.tax,
this.tax2,
this.lineTotalWithTax,
this.adjustment,
this.rebateAmount,
this.adjustedRevenue,
this.quikPayExtended,
this.currencyId,
this.currencyCode,
this.currencySymbol,
this.nestingLevel,
this.invoiceNumber,
this.invoiceStatus,
this.invoiceDate,
this.dealId,
this.deal,
this.auditNote,
this.recordTitle,
this.fields,
this.custom,
this.defaultFieldAttributes,
this.translation,
});