WebApiModulesHomeControlsInventoryPackageInventoryInventoryPackageInventory class

Available extensions
Annotations
  • @JsonSerializable.new(explicitToJson: true)

Constructors

WebApiModulesHomeControlsInventoryPackageInventoryInventoryPackageInventory({bool? deletingWarehouseSpecific, String? inventoryPackageInventoryId, String? packageId, String? inventoryId, String? iCode, String? iCodeColor, String? lineColor, String? description, bool? isPrimary, double? defaultQuantity, bool? isOption, bool? charge, bool? noChargePrint, bool? isRequired, String? optionColor, String? itemClass, String? itemTrackedBy, String? availFor, String? availFrom, double? categoryOrderBy, int? orderBy, int? itemColor, bool? isNestedComplete, bool? inactive, String? warehouseId, String? parentId, String? packageItemClass, bool? itemNonDiscountable, String? primaryInventoryId, String? unitId, double? dailyRate, double? weeklyRate, double? monthlyRate, double? dailyExtended, double? weeklyExtended, double? monthlyExtended, double? price, double? retail, String? currencyId, String? currencyCode, String? currencySymbol, String? dateStamp, String? auditNote, String? recordTitle, List<FwStandardBusinessLogicFwBusinessLogicFieldDefinition>? fields, List<FwStandardDataFwCustomValue>? custom, List<FwStandardDataFwDefaultAttribute>? defaultFieldAttributes, List<FwStandardDataFwTranslatedValue>? translation})
WebApiModulesHomeControlsInventoryPackageInventoryInventoryPackageInventory.fromJson(Map<String, dynamic> json)
factory

Properties

auditNote String?
final
availFor String?
final
availFrom String?
final
categoryOrderBy double?
final
charge bool?
final
currencyCode String?
final
currencyId String?
final
currencySymbol String?
final
custom List<FwStandardDataFwCustomValue>?
final
dailyExtended double?
final
dailyRate double?
final
dateStamp String?
final
defaultFieldAttributes List<FwStandardDataFwDefaultAttribute>?
final
defaultQuantity double?
final
deletingWarehouseSpecific bool?
final
description String?
final
fields List<FwStandardBusinessLogicFwBusinessLogicFieldDefinition>?
final
hashCode int
The hash code for this object.
no setteroverride
iCode String?
final
iCodeColor String?
final
inactive bool?
final
inventoryId String?
final
inventoryPackageInventoryId String?
final
isNestedComplete bool?
final
isOption bool?
final
isPrimary bool?
final
isRequired bool?
final
itemClass String?
final
itemColor int?
final
itemNonDiscountable bool?
final
itemTrackedBy String?
final
lineColor String?
final
monthlyExtended double?
final
monthlyRate double?
final
noChargePrint bool?
final
optionColor String?
final
orderBy int?
final
packageId String?
final
packageItemClass String?
final
parentId String?
final
price double?
final
primaryInventoryId String?
final
recordTitle String?
final
retail double?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
translation List<FwStandardDataFwTranslatedValue>?
final
unitId String?
final
warehouseId String?
final
weeklyExtended double?
final
weeklyRate double?
final

Methods

copyWith({bool? deletingWarehouseSpecific, String? inventoryPackageInventoryId, String? packageId, String? inventoryId, String? iCode, String? iCodeColor, String? lineColor, String? description, bool? isPrimary, double? defaultQuantity, bool? isOption, bool? charge, bool? noChargePrint, bool? isRequired, String? optionColor, String? itemClass, String? itemTrackedBy, String? availFor, String? availFrom, double? categoryOrderBy, int? orderBy, int? itemColor, bool? isNestedComplete, bool? inactive, String? warehouseId, String? parentId, String? packageItemClass, bool? itemNonDiscountable, String? primaryInventoryId, String? unitId, double? dailyRate, double? weeklyRate, double? monthlyRate, double? dailyExtended, double? weeklyExtended, double? monthlyExtended, double? price, double? retail, String? currencyId, String? currencyCode, String? currencySymbol, String? dateStamp, String? auditNote, String? recordTitle, List<FwStandardBusinessLogicFwBusinessLogicFieldDefinition>? fields, List<FwStandardDataFwCustomValue>? custom, List<FwStandardDataFwDefaultAttribute>? defaultFieldAttributes, List<FwStandardDataFwTranslatedValue>? translation}) WebApiModulesHomeControlsInventoryPackageInventoryInventoryPackageInventory

Available on WebApiModulesHomeControlsInventoryPackageInventoryInventoryPackageInventory, provided by the $WebApiModulesHomeControlsInventoryPackageInventoryInventoryPackageInventoryExtension extension

copyWithWrapped({Wrapped<bool?>? deletingWarehouseSpecific, Wrapped<String?>? inventoryPackageInventoryId, Wrapped<String?>? packageId, Wrapped<String?>? inventoryId, Wrapped<String?>? iCode, Wrapped<String?>? iCodeColor, Wrapped<String?>? lineColor, Wrapped<String?>? description, Wrapped<bool?>? isPrimary, Wrapped<double?>? defaultQuantity, Wrapped<bool?>? isOption, Wrapped<bool?>? charge, Wrapped<bool?>? noChargePrint, Wrapped<bool?>? isRequired, Wrapped<String?>? optionColor, Wrapped<String?>? itemClass, Wrapped<String?>? itemTrackedBy, Wrapped<String?>? availFor, Wrapped<String?>? availFrom, Wrapped<double?>? categoryOrderBy, Wrapped<int?>? orderBy, Wrapped<int?>? itemColor, Wrapped<bool?>? isNestedComplete, Wrapped<bool?>? inactive, Wrapped<String?>? warehouseId, Wrapped<String?>? parentId, Wrapped<String?>? packageItemClass, Wrapped<bool?>? itemNonDiscountable, Wrapped<String?>? primaryInventoryId, Wrapped<String?>? unitId, Wrapped<double?>? dailyRate, Wrapped<double?>? weeklyRate, Wrapped<double?>? monthlyRate, Wrapped<double?>? dailyExtended, Wrapped<double?>? weeklyExtended, Wrapped<double?>? monthlyExtended, Wrapped<double?>? price, Wrapped<double?>? retail, Wrapped<String?>? currencyId, Wrapped<String?>? currencyCode, Wrapped<String?>? currencySymbol, Wrapped<String?>? dateStamp, Wrapped<String?>? auditNote, Wrapped<String?>? recordTitle, Wrapped<List<FwStandardBusinessLogicFwBusinessLogicFieldDefinition>?>? fields, Wrapped<List<FwStandardDataFwCustomValue>?>? custom, Wrapped<List<FwStandardDataFwDefaultAttribute>?>? defaultFieldAttributes, Wrapped<List<FwStandardDataFwTranslatedValue>?>? translation}) WebApiModulesHomeControlsInventoryPackageInventoryInventoryPackageInventory

Available on WebApiModulesHomeControlsInventoryPackageInventoryInventoryPackageInventory, provided by the $WebApiModulesHomeControlsInventoryPackageInventoryInventoryPackageInventoryExtension extension

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
override

Operators

operator ==(dynamic other) bool
The equality operator.
override