WebApiModulesAgentOrderItemOrderItemExtended constructor
const
WebApiModulesAgentOrderItemOrderItemExtended({
- String? rateType,
- String? recType,
- String? itemClass,
- String? orderType,
- bool? isSub,
- String? unitType,
- DateTime? fromDate,
- DateTime? toDate,
- DateTime? billingFromDate,
- DateTime? billingToDate,
- double? quantity,
- double? unitCost,
- double? replacementCost,
- double? replacementCostExtended,
- double? rate,
- double? rate2,
- double? rate3,
- double? rate4,
- double? rate5,
- double? daysPerWeek,
- double? discountPercent,
- double? hours,
- double? hoursOvertime,
- double? hoursDoubletime,
- int? days,
- int? weeks,
- int? months,
- double? billablePeriods,
- double? costExtended,
- double? unitDiscountAmount,
- double? unitExtended,
- double? weeklyDiscountAmount,
- double? weeklyExtended,
- double? averageWeekly,
- double? averageWeeklyDiscountAmount,
- double? averageWeeklyExtended,
- double? monthlyDiscountAmount,
- double? monthlyExtended,
- double? periodDiscountAmount,
- double? periodExtended,
- int? tier1Weeks,
- int? tier2Weeks,
- int? tier3Weeks,
- int? tier4Weeks,
- int? tier5Weeks,
- bool? isRecurringRateType,
Implementation
const WebApiModulesAgentOrderItemOrderItemExtended({
this.rateType,
this.recType,
this.itemClass,
this.orderType,
this.isSub,
this.unitType,
this.fromDate,
this.toDate,
this.billingFromDate,
this.billingToDate,
this.quantity,
this.unitCost,
this.replacementCost,
this.replacementCostExtended,
this.rate,
this.rate2,
this.rate3,
this.rate4,
this.rate5,
this.daysPerWeek,
this.discountPercent,
this.hours,
this.hoursOvertime,
this.hoursDoubletime,
this.days,
this.weeks,
this.months,
this.billablePeriods,
this.costExtended,
this.unitDiscountAmount,
this.unitExtended,
this.weeklyDiscountAmount,
this.weeklyExtended,
this.averageWeekly,
this.averageWeeklyDiscountAmount,
this.averageWeeklyExtended,
this.monthlyDiscountAmount,
this.monthlyExtended,
this.periodDiscountAmount,
this.periodExtended,
this.tier1Weeks,
this.tier2Weeks,
this.tier3Weeks,
this.tier4Weeks,
this.tier5Weeks,
this.isRecurringRateType,
});