WebApiModulesInventoryRentalInventorySetBrochureUpdateOrderResponse constructor

WebApiModulesInventoryRentalInventorySetBrochureUpdateOrderResponse({
  1. String? originalShowId,
  2. String? dealDescription,
  3. int? status,
  4. String? message,
})

Implementation

WebApiModulesInventoryRentalInventorySetBrochureUpdateOrderResponse({
  this.originalShowId,
  this.dealDescription,
  this.status,
  this.message,
});