WebApiModulesSettingsRateWarehouseRateWarehouse constructor
WebApiModulesSettingsRateWarehouseRateWarehouse({
- String? rateId,
- double? hourlyRate,
- double? hourlyCost,
- double? hourlyMarkupPercent,
- double? dailyRate,
- double? dailyCost,
- double? dailyMarkupPercent,
- double? weeklyRate,
- double? weeklyCost,
- double? weeklyMarkupPercent,
- double? monthlyRate,
- double? monthlyCost,
- double? monthlyMarkupPercent,
- double? price,
- double? cost,
- double? markupPercent,
- String? defaultStartTime,
- String? defaultStopTime,
- String? itemDescription,
- String? warehouseId,
- String? warehouseCode,
- String? warehouse,
- int? warehouseOrderBy,
- String? auditNote,
- String? recordTitle,
- List<
FwStandardBusinessLogicFwBusinessLogicFieldDefinition> ? fields, - List<
FwStandardDataFwCustomValue> ? custom, - List<
FwStandardDataFwDefaultAttribute> ? defaultFieldAttributes, - List<
FwStandardDataFwTranslatedValue> ? translation,
Implementation
WebApiModulesSettingsRateWarehouseRateWarehouse({
this.rateId,
this.hourlyRate,
this.hourlyCost,
this.hourlyMarkupPercent,
this.dailyRate,
this.dailyCost,
this.dailyMarkupPercent,
this.weeklyRate,
this.weeklyCost,
this.weeklyMarkupPercent,
this.monthlyRate,
this.monthlyCost,
this.monthlyMarkupPercent,
this.price,
this.cost,
this.markupPercent,
this.defaultStartTime,
this.defaultStopTime,
this.itemDescription,
this.warehouseId,
this.warehouseCode,
this.warehouse,
this.warehouseOrderBy,
this.auditNote,
this.recordTitle,
this.fields,
this.custom,
this.defaultFieldAttributes,
this.translation,
});