WebApiModulesWarehouseExchangeExchangeItemRequest class
- Available extensions
- Annotations
-
- @JsonSerializable.new(explicitToJson: true)
Constructors
- WebApiModulesWarehouseExchangeExchangeItemRequest({String? contractId, String? orderId, String? dealId, String? departmentId, String? warehouseId, String? inCode, int? quantity, String? outCode, bool? allowCrossICode, bool? completingPending})
-
WebApiModulesWarehouseExchangeExchangeItemRequest.fromJson(Map<
String, dynamic> json) -
factory
Properties
- allowCrossICode → bool?
-
final
- completingPending → bool?
-
final
- contractId → String?
-
final
- dealId → String?
-
final
- departmentId → String?
-
final
- hashCode → int
-
The hash code for this object.
no setteroverride
- inCode → String?
-
final
- orderId → String?
-
final
- outCode → String?
-
final
- quantity → int?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- warehouseId → String?
-
final
Methods
-
copyWith(
{String? contractId, String? orderId, String? dealId, String? departmentId, String? warehouseId, String? inCode, int? quantity, String? outCode, bool? allowCrossICode, bool? completingPending}) → WebApiModulesWarehouseExchangeExchangeItemRequest -
Available on WebApiModulesWarehouseExchangeExchangeItemRequest, provided by the $WebApiModulesWarehouseExchangeExchangeItemRequestExtension extension
-
copyWithWrapped(
{Wrapped< String?> ? contractId, Wrapped<String?> ? orderId, Wrapped<String?> ? dealId, Wrapped<String?> ? departmentId, Wrapped<String?> ? warehouseId, Wrapped<String?> ? inCode, Wrapped<int?> ? quantity, Wrapped<String?> ? outCode, Wrapped<bool?> ? allowCrossICode, Wrapped<bool?> ? completingPending}) → WebApiModulesWarehouseExchangeExchangeItemRequest -
Available on WebApiModulesWarehouseExchangeExchangeItemRequest, provided by the $WebApiModulesWarehouseExchangeExchangeItemRequestExtension 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 WebApiModulesWarehouseExchangeExchangeItemRequest Function(Map<
String, dynamic> json) -
toJsonFactory
→ const Map<
String, dynamic> Function(WebApiModulesWarehouseExchangeExchangeItemRequest instance)