WebApiModulesUtilitiesInventoryPurchaseUtilityInventoryPurchaseCompleteSessionRequest class
- Available extensions
- Annotations
-
- @JsonSerializable.new(explicitToJson: true)
Constructors
- WebApiModulesUtilitiesInventoryPurchaseUtilityInventoryPurchaseCompleteSessionRequest({int? status, bool? success, String? msg, String? sessionId, String? inventoryId, int? quantity, String? warehouseId, String? aisleLocation, String? shelfLocation, String? manufacturerVendorId, String? manufacturerModelNumber, String? manufacturerPartNumber, String? countryId, int? warrantyDays, String? warrantyExpiration, String? purchaseVendorId, String? outsidePoNumber, DateTime? purchaseDate, DateTime? receiveDate, String? vendorPartNumber, String? currencyId, double? unitCost, String? originalShowId})
-
WebApiModulesUtilitiesInventoryPurchaseUtilityInventoryPurchaseCompleteSessionRequest.fromJson(Map<
String, dynamic> json) -
factory
Properties
- aisleLocation → String?
-
final
- countryId → String?
-
final
- currencyId → String?
-
final
- hashCode → int
-
The hash code for this object.
no setteroverride
- inventoryId → String?
-
final
- manufacturerModelNumber → String?
-
final
- manufacturerPartNumber → String?
-
final
- manufacturerVendorId → String?
-
final
- msg → String?
-
final
- originalShowId → String?
-
final
- outsidePoNumber → String?
-
final
- purchaseDate → DateTime?
-
final
- purchaseVendorId → String?
-
final
- quantity → int?
-
final
- receiveDate → DateTime?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sessionId → String?
-
final
- shelfLocation → String?
-
final
- status → int?
-
final
- success → bool?
-
final
- unitCost → double?
-
final
- vendorPartNumber → String?
-
final
- warehouseId → String?
-
final
- warrantyDays → int?
-
final
- warrantyExpiration → String?
-
final
Methods
-
copyWith(
{int? status, bool? success, String? msg, String? sessionId, String? inventoryId, int? quantity, String? warehouseId, String? aisleLocation, String? shelfLocation, String? manufacturerVendorId, String? manufacturerModelNumber, String? manufacturerPartNumber, String? countryId, int? warrantyDays, String? warrantyExpiration, String? purchaseVendorId, String? outsidePoNumber, DateTime? purchaseDate, DateTime? receiveDate, String? vendorPartNumber, String? currencyId, double? unitCost, String? originalShowId}) → WebApiModulesUtilitiesInventoryPurchaseUtilityInventoryPurchaseCompleteSessionRequest -
Available on WebApiModulesUtilitiesInventoryPurchaseUtilityInventoryPurchaseCompleteSessionRequest, provided by the $WebApiModulesUtilitiesInventoryPurchaseUtilityInventoryPurchaseCompleteSessionRequestExtension extension
-
copyWithWrapped(
{Wrapped< int?> ? status, Wrapped<bool?> ? success, Wrapped<String?> ? msg, Wrapped<String?> ? sessionId, Wrapped<String?> ? inventoryId, Wrapped<int?> ? quantity, Wrapped<String?> ? warehouseId, Wrapped<String?> ? aisleLocation, Wrapped<String?> ? shelfLocation, Wrapped<String?> ? manufacturerVendorId, Wrapped<String?> ? manufacturerModelNumber, Wrapped<String?> ? manufacturerPartNumber, Wrapped<String?> ? countryId, Wrapped<int?> ? warrantyDays, Wrapped<String?> ? warrantyExpiration, Wrapped<String?> ? purchaseVendorId, Wrapped<String?> ? outsidePoNumber, Wrapped<DateTime?> ? purchaseDate, Wrapped<DateTime?> ? receiveDate, Wrapped<String?> ? vendorPartNumber, Wrapped<String?> ? currencyId, Wrapped<double?> ? unitCost, Wrapped<String?> ? originalShowId}) → WebApiModulesUtilitiesInventoryPurchaseUtilityInventoryPurchaseCompleteSessionRequest -
Available on WebApiModulesUtilitiesInventoryPurchaseUtilityInventoryPurchaseCompleteSessionRequest, provided by the $WebApiModulesUtilitiesInventoryPurchaseUtilityInventoryPurchaseCompleteSessionRequestExtension 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 WebApiModulesUtilitiesInventoryPurchaseUtilityInventoryPurchaseCompleteSessionRequest Function(Map<
String, dynamic> json) -
toJsonFactory
→ const Map<
String, dynamic> Function(WebApiModulesUtilitiesInventoryPurchaseUtilityInventoryPurchaseCompleteSessionRequest instance)