WebApiModulesHomeControlsSubPurchaseOrderItemSubPurchaseOrderItem constructor
WebApiModulesHomeControlsSubPurchaseOrderItemSubPurchaseOrderItem({
- String? sessionId,
- String? orderId,
- String? orderItemId,
- String? primaryOrderItemId,
- String? parentId,
- String? inventoryId,
- String? iCode,
- String? iCodeColor,
- String? description,
- String? descriptionColor,
- bool? nonDiscountable,
- bool? isRecurring,
- bool? prorateWeeks,
- bool? prorateMonths,
- bool? prorate,
- String? prorateMonthsBy,
- bool? recurringRateType,
- bool? isLaborHourly,
- String? fromDate,
- String? toDate,
- double? hours,
- double? overTimeHours,
- double? doubleTimeHours,
- double? subQuantity,
- double? quantityOrdered,
- double? vendorRate,
- double? vendorDaysPerWeek,
- double? vendorDiscountPercent,
- double? vendorDiscountPercentDisplay,
- double? vendorBillablePeriods,
- double? vendorWeeklySubTotal,
- double? vendorWeeklyDiscount,
- double? vendorWeeklyExtended,
- double? vendorWeeklyTax,
- double? vendorWeeklyTotal,
- double? vendorMonthlySubTotal,
- double? vendorMonthlyDiscount,
- double? vendorMonthlyExtended,
- double? vendorMonthlyTax,
- double? vendorMonthlyTotal,
- double? vendorPeriodSubTotal,
- double? vendorPeriodDiscount,
- double? vendorPeriodExtended,
- double? vendorPeriodTax,
- double? vendorPeriodTotal,
- double? dealRate,
- double? dealDaysPerWeek,
- double? dealDiscountPercent,
- double? dealDiscountPercentDisplay,
- double? dealBillablePeriods,
- double? dealWeeklySubTotal,
- double? dealWeeklyDiscount,
- double? dealWeeklyExtended,
- double? dealMonthlySubTotal,
- double? dealMonthlyDiscount,
- double? dealMonthlyExtended,
- double? dealPeriodSubTotal,
- double? dealPeriodDiscount,
- double? dealPeriodExtended,
- double? variance,
- String? varianceColor,
- double? markupPercent,
- double? marginPercent,
- String? itemClass,
- String? itemOrder,
- bool? optionColor,
- String? recType,
- bool? taxable,
- String? unitId,
- String? nestedOrderItemId,
- double? accessoryRatio,
- String? vendorCurrencyId,
- String? vendorCurrencyCode,
- String? vendorCurrencySymbol,
- String? dealCurrencyId,
- String? dealCurrencyCode,
- String? dealCurrencySymbol,
- double? currencyExchangeRate,
- double? currencyConvertedRate,
- double? currencyConvertedWeeklyExtended,
- double? currencyConvertedMonthlyExtended,
- double? currencyConvertedPeriodExtended,
- int? nestingLevel,
- String? auditNote,
- String? recordTitle,
- List<
FwStandardBusinessLogicFwBusinessLogicFieldDefinition> ? fields, - List<
FwStandardDataFwCustomValue> ? custom, - List<
FwStandardDataFwDefaultAttribute> ? defaultFieldAttributes, - List<
FwStandardDataFwTranslatedValue> ? translation,
Implementation
WebApiModulesHomeControlsSubPurchaseOrderItemSubPurchaseOrderItem({
this.sessionId,
this.orderId,
this.orderItemId,
this.primaryOrderItemId,
this.parentId,
this.inventoryId,
this.iCode,
this.iCodeColor,
this.description,
this.descriptionColor,
this.nonDiscountable,
this.isRecurring,
this.prorateWeeks,
this.prorateMonths,
this.prorate,
this.prorateMonthsBy,
this.recurringRateType,
this.isLaborHourly,
this.fromDate,
this.toDate,
this.hours,
this.overTimeHours,
this.doubleTimeHours,
this.subQuantity,
this.quantityOrdered,
this.vendorRate,
this.vendorDaysPerWeek,
this.vendorDiscountPercent,
this.vendorDiscountPercentDisplay,
this.vendorBillablePeriods,
this.vendorWeeklySubTotal,
this.vendorWeeklyDiscount,
this.vendorWeeklyExtended,
this.vendorWeeklyTax,
this.vendorWeeklyTotal,
this.vendorMonthlySubTotal,
this.vendorMonthlyDiscount,
this.vendorMonthlyExtended,
this.vendorMonthlyTax,
this.vendorMonthlyTotal,
this.vendorPeriodSubTotal,
this.vendorPeriodDiscount,
this.vendorPeriodExtended,
this.vendorPeriodTax,
this.vendorPeriodTotal,
this.dealRate,
this.dealDaysPerWeek,
this.dealDiscountPercent,
this.dealDiscountPercentDisplay,
this.dealBillablePeriods,
this.dealWeeklySubTotal,
this.dealWeeklyDiscount,
this.dealWeeklyExtended,
this.dealMonthlySubTotal,
this.dealMonthlyDiscount,
this.dealMonthlyExtended,
this.dealPeriodSubTotal,
this.dealPeriodDiscount,
this.dealPeriodExtended,
this.variance,
this.varianceColor,
this.markupPercent,
this.marginPercent,
this.itemClass,
this.itemOrder,
this.optionColor,
this.recType,
this.taxable,
this.unitId,
this.nestedOrderItemId,
this.accessoryRatio,
this.vendorCurrencyId,
this.vendorCurrencyCode,
this.vendorCurrencySymbol,
this.dealCurrencyId,
this.dealCurrencyCode,
this.dealCurrencySymbol,
this.currencyExchangeRate,
this.currencyConvertedRate,
this.currencyConvertedWeeklyExtended,
this.currencyConvertedMonthlyExtended,
this.currencyConvertedPeriodExtended,
this.nestingLevel,
this.auditNote,
this.recordTitle,
this.fields,
this.custom,
this.defaultFieldAttributes,
this.translation,
});