WebApiModulesUtilitiesInventoryPurchaseUtilityInventoryPurchaseCompleteSessionRequest constructor

WebApiModulesUtilitiesInventoryPurchaseUtilityInventoryPurchaseCompleteSessionRequest({
  1. int? status,
  2. bool? success,
  3. String? msg,
  4. String? sessionId,
  5. String? inventoryId,
  6. int? quantity,
  7. String? warehouseId,
  8. String? aisleLocation,
  9. String? shelfLocation,
  10. String? manufacturerVendorId,
  11. String? manufacturerModelNumber,
  12. String? manufacturerPartNumber,
  13. String? countryId,
  14. int? warrantyDays,
  15. String? warrantyExpiration,
  16. String? purchaseVendorId,
  17. String? outsidePoNumber,
  18. DateTime? purchaseDate,
  19. DateTime? receiveDate,
  20. String? vendorPartNumber,
  21. String? currencyId,
  22. double? unitCost,
  23. String? originalShowId,
})

Implementation

WebApiModulesUtilitiesInventoryPurchaseUtilityInventoryPurchaseCompleteSessionRequest({
  this.status,
  this.success,
  this.msg,
  this.sessionId,
  this.inventoryId,
  this.quantity,
  this.warehouseId,
  this.aisleLocation,
  this.shelfLocation,
  this.manufacturerVendorId,
  this.manufacturerModelNumber,
  this.manufacturerPartNumber,
  this.countryId,
  this.warrantyDays,
  this.warrantyExpiration,
  this.purchaseVendorId,
  this.outsidePoNumber,
  this.purchaseDate,
  this.receiveDate,
  this.vendorPartNumber,
  this.currencyId,
  this.unitCost,
  this.originalShowId,
});