WebApiModulesInventoryInventoryRetireInventoryRequest class
- Available extensions
- Annotations
-
- @JsonSerializable.new(explicitToJson: true)
Constructors
- WebApiModulesInventoryInventoryRetireInventoryRequest({String? inventoryId, String? warehouseId, String? itemId, String? retiredReasonId, String? notes, double? quantity, bool? changeICode, String? consignorId, String? consignorAgreementId})
-
WebApiModulesInventoryInventoryRetireInventoryRequest.fromJson(Map<
String, dynamic> json) -
factory
Properties
- changeICode → bool?
-
final
- consignorAgreementId → String?
-
final
- consignorId → String?
-
final
- hashCode → int
-
The hash code for this object.
no setteroverride
- inventoryId → String?
-
final
- itemId → String?
-
final
- notes → String?
-
final
- quantity → double?
-
final
- retiredReasonId → String?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- warehouseId → String?
-
final
Methods
-
copyWith(
{String? inventoryId, String? warehouseId, String? itemId, String? retiredReasonId, String? notes, double? quantity, bool? changeICode, String? consignorId, String? consignorAgreementId}) → WebApiModulesInventoryInventoryRetireInventoryRequest -
Available on WebApiModulesInventoryInventoryRetireInventoryRequest, provided by the $WebApiModulesInventoryInventoryRetireInventoryRequestExtension extension
-
copyWithWrapped(
{Wrapped< String?> ? inventoryId, Wrapped<String?> ? warehouseId, Wrapped<String?> ? itemId, Wrapped<String?> ? retiredReasonId, Wrapped<String?> ? notes, Wrapped<double?> ? quantity, Wrapped<bool?> ? changeICode, Wrapped<String?> ? consignorId, Wrapped<String?> ? consignorAgreementId}) → WebApiModulesInventoryInventoryRetireInventoryRequest -
Available on WebApiModulesInventoryInventoryRetireInventoryRequest, provided by the $WebApiModulesInventoryInventoryRetireInventoryRequestExtension 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 WebApiModulesInventoryInventoryRetireInventoryRequest Function(Map<
String, dynamic> json) -
toJsonFactory
→ const Map<
String, dynamic> Function(WebApiModulesInventoryInventoryRetireInventoryRequest instance)