WebApiModulesInventoryInventoryReceiptAssignICodeRequest class
- Available extensions
- Annotations
-
- @JsonSerializable.new(explicitToJson: true)
Constructors
- WebApiModulesInventoryInventoryReceiptAssignICodeRequest({String? iCode, String? description, String? aisle, String? shelf, double? dailyRate, double? weeklyRate, double? monthlyRate, String? inventoryReceiptId, String? inventoryReceiptItemId, String? inventoryTypeId, String? categoryId, String? subCategoryId, String? originalShowId, String? conditionId, String? warehouseId, double? replacementCost, double? unitValue, String? lengthFeet, String? lengthInch, String? widthFeet, String? widthInch, String? heightFeet, String? heightInch, String? receivedDate, String? defaultImageId, String? inventoryId, String? patternId, String? periodId, String? genderId, double? cleaningFee, String? labelId, String? size, bool? dyed, int? pieceCount, String? careId, String? sourceId, String? detailedDescription, String? departmentId})
-
WebApiModulesInventoryInventoryReceiptAssignICodeRequest.fromJson(Map<
String, dynamic> json) -
factory
Properties
- aisle → String?
-
final
- careId → String?
-
final
- categoryId → String?
-
final
- cleaningFee → double?
-
final
- conditionId → String?
-
final
- dailyRate → double?
-
final
- defaultImageId → String?
-
final
- departmentId → String?
-
final
- description → String?
-
final
- detailedDescription → String?
-
final
- dyed → bool?
-
final
- genderId → String?
-
final
- hashCode → int
-
The hash code for this object.
no setteroverride
- heightFeet → String?
-
final
- heightInch → String?
-
final
- iCode → String?
-
final
- inventoryId → String?
-
final
- inventoryReceiptId → String?
-
final
- inventoryReceiptItemId → String?
-
final
- inventoryTypeId → String?
-
final
- labelId → String?
-
final
- lengthFeet → String?
-
final
- lengthInch → String?
-
final
- monthlyRate → double?
-
final
- originalShowId → String?
-
final
- patternId → String?
-
final
- periodId → String?
-
final
- pieceCount → int?
-
final
- receivedDate → String?
-
final
- replacementCost → double?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- shelf → String?
-
final
- size → String?
-
final
- sourceId → String?
-
final
- subCategoryId → String?
-
final
- unitValue → double?
-
final
- warehouseId → String?
-
final
- weeklyRate → double?
-
final
- widthFeet → String?
-
final
- widthInch → String?
-
final
Methods
-
copyWith(
{String? iCode, String? description, String? aisle, String? shelf, double? dailyRate, double? weeklyRate, double? monthlyRate, String? inventoryReceiptId, String? inventoryReceiptItemId, String? inventoryTypeId, String? categoryId, String? subCategoryId, String? originalShowId, String? conditionId, String? warehouseId, double? replacementCost, double? unitValue, String? lengthFeet, String? lengthInch, String? widthFeet, String? widthInch, String? heightFeet, String? heightInch, String? receivedDate, String? defaultImageId, String? inventoryId, String? patternId, String? periodId, String? genderId, double? cleaningFee, String? labelId, String? size, bool? dyed, int? pieceCount, String? careId, String? sourceId, String? detailedDescription, String? departmentId}) → WebApiModulesInventoryInventoryReceiptAssignICodeRequest -
Available on WebApiModulesInventoryInventoryReceiptAssignICodeRequest, provided by the $WebApiModulesInventoryInventoryReceiptAssignICodeRequestExtension extension
-
copyWithWrapped(
{Wrapped< String?> ? iCode, Wrapped<String?> ? description, Wrapped<String?> ? aisle, Wrapped<String?> ? shelf, Wrapped<double?> ? dailyRate, Wrapped<double?> ? weeklyRate, Wrapped<double?> ? monthlyRate, Wrapped<String?> ? inventoryReceiptId, Wrapped<String?> ? inventoryReceiptItemId, Wrapped<String?> ? inventoryTypeId, Wrapped<String?> ? categoryId, Wrapped<String?> ? subCategoryId, Wrapped<String?> ? originalShowId, Wrapped<String?> ? conditionId, Wrapped<String?> ? warehouseId, Wrapped<double?> ? replacementCost, Wrapped<double?> ? unitValue, Wrapped<String?> ? lengthFeet, Wrapped<String?> ? lengthInch, Wrapped<String?> ? widthFeet, Wrapped<String?> ? widthInch, Wrapped<String?> ? heightFeet, Wrapped<String?> ? heightInch, Wrapped<String?> ? receivedDate, Wrapped<String?> ? defaultImageId, Wrapped<String?> ? inventoryId, Wrapped<String?> ? patternId, Wrapped<String?> ? periodId, Wrapped<String?> ? genderId, Wrapped<double?> ? cleaningFee, Wrapped<String?> ? labelId, Wrapped<String?> ? size, Wrapped<bool?> ? dyed, Wrapped<int?> ? pieceCount, Wrapped<String?> ? careId, Wrapped<String?> ? sourceId, Wrapped<String?> ? detailedDescription, Wrapped<String?> ? departmentId}) → WebApiModulesInventoryInventoryReceiptAssignICodeRequest -
Available on WebApiModulesInventoryInventoryReceiptAssignICodeRequest, provided by the $WebApiModulesInventoryInventoryReceiptAssignICodeRequestExtension 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
Constants
-
fromJsonFactory
→ const WebApiModulesInventoryInventoryReceiptAssignICodeRequest Function(Map<
String, dynamic> json) -
toJsonFactory
→ const Map<
String, dynamic> Function(WebApiModulesInventoryInventoryReceiptAssignICodeRequest instance)