WebApiModulesUtilitiesInventoryPurchaseUtilityInventoryPurchaseCompleteSessionResponse constructor

WebApiModulesUtilitiesInventoryPurchaseUtilityInventoryPurchaseCompleteSessionResponse({
  1. int? status,
  2. bool? success,
  3. String? msg,
  4. List<String>? purchaseId,
  5. List<String>? itemId,
  6. int? quantityAdded,
})

Implementation

WebApiModulesUtilitiesInventoryPurchaseUtilityInventoryPurchaseCompleteSessionResponse({
  this.status,
  this.success,
  this.msg,
  this.purchaseId,
  this.itemId,
  this.quantityAdded,
});