WebApiModulesAgentPurchaseOrderReceiveItemResponse constructor

WebApiModulesAgentPurchaseOrderReceiveItemResponse({
  1. String? contractId,
  2. String? purchaseOrderId,
  3. String? purchaseOrderItemId,
  4. int? quantity,
  5. double? quantityOrdered,
  6. double? quantityReceived,
  7. double? quantityNeedBarCode,
  8. String? quantityColor,
  9. int? status,
  10. bool? success,
  11. String? msg,
})

Implementation

WebApiModulesAgentPurchaseOrderReceiveItemResponse({
  this.contractId,
  this.purchaseOrderId,
  this.purchaseOrderItemId,
  this.quantity,
  this.quantityOrdered,
  this.quantityReceived,
  this.quantityNeedBarCode,
  this.quantityColor,
  this.status,
  this.success,
  this.msg,
});