WebApiModulesWarehouseCheckInSelectedItemRequest class
- Available extensions
- Annotations
-
- @JsonSerializable.new(explicitToJson: true)
Constructors
- WebApiModulesWarehouseCheckInSelectedItemRequest({int? orderTranId, String? internalChar, String? contractId, String? orderId, String? orderItemId, String? inventoryId, String? vendorId, String? description, int? quantityIn, int? quantityInRepair, int? quantity, String? assetId, String? consignorId, String? consignorAgreementId, String? repairId})
-
WebApiModulesWarehouseCheckInSelectedItemRequest.fromJson(Map<
String, dynamic> json) -
factory
Properties
- assetId → String?
-
final
- consignorAgreementId → String?
-
final
- consignorId → String?
-
final
- contractId → String?
-
final
- description → String?
-
final
- hashCode → int
-
The hash code for this object.
no setteroverride
- internalChar → String?
-
final
- inventoryId → String?
-
final
- orderId → String?
-
final
- orderItemId → String?
-
final
- orderTranId → int?
-
final
- quantity → int?
-
final
- quantityIn → int?
-
final
- quantityInRepair → int?
-
final
- repairId → String?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- vendorId → String?
-
final
Methods
-
copyWith(
{int? orderTranId, String? internalChar, String? contractId, String? orderId, String? orderItemId, String? inventoryId, String? vendorId, String? description, int? quantityIn, int? quantityInRepair, int? quantity, String? assetId, String? consignorId, String? consignorAgreementId, String? repairId}) → WebApiModulesWarehouseCheckInSelectedItemRequest -
Available on WebApiModulesWarehouseCheckInSelectedItemRequest, provided by the $WebApiModulesWarehouseCheckInSelectedItemRequestExtension extension
-
copyWithWrapped(
{Wrapped< int?> ? orderTranId, Wrapped<String?> ? internalChar, Wrapped<String?> ? contractId, Wrapped<String?> ? orderId, Wrapped<String?> ? orderItemId, Wrapped<String?> ? inventoryId, Wrapped<String?> ? vendorId, Wrapped<String?> ? description, Wrapped<int?> ? quantityIn, Wrapped<int?> ? quantityInRepair, Wrapped<int?> ? quantity, Wrapped<String?> ? assetId, Wrapped<String?> ? consignorId, Wrapped<String?> ? consignorAgreementId, Wrapped<String?> ? repairId}) → WebApiModulesWarehouseCheckInSelectedItemRequest -
Available on WebApiModulesWarehouseCheckInSelectedItemRequest, provided by the $WebApiModulesWarehouseCheckInSelectedItemRequestExtension 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 WebApiModulesWarehouseCheckInSelectedItemRequest Function(Map<
String, dynamic> json) -
toJsonFactory
→ const Map<
String, dynamic> Function(WebApiModulesWarehouseCheckInSelectedItemRequest instance)