WebApiModulesUtilitiesInventoryPurchaseUtilityInventoryPurchaseCompleteSessionRequest constructor
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,
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,
});