WebApiModulesInventoryInventoryReceiptSetBrochureHeaderResponse constructor

WebApiModulesInventoryInventoryReceiptSetBrochureHeaderResponse({
  1. String? brochureId,
  2. String? orderId,
  3. String? orderNumber,
  4. String? orderDescription,
  5. String? dealId,
  6. String? deal,
  7. String? dealNumber,
})

Implementation

WebApiModulesInventoryInventoryReceiptSetBrochureHeaderResponse({
  this.brochureId,
  this.orderId,
  this.orderNumber,
  this.orderDescription,
  this.dealId,
  this.deal,
  this.dealNumber,
});