WebApiModulesAgentPurchaseOrderConfirmDropShipResponse constructor

WebApiModulesAgentPurchaseOrderConfirmDropShipResponse({
  1. String? receiveContractIds,
  2. String? outContractIds,
  3. int? status,
  4. bool? success,
  5. String? msg,
  6. List<WebApiModulesWarehouseContractContract>? contracts,
})

Implementation

WebApiModulesAgentPurchaseOrderConfirmDropShipResponse({
  this.receiveContractIds,
  this.outContractIds,
  this.status,
  this.success,
  this.msg,
  this.contracts,
});