WebApiModulesHomeControlsContractItemDetailVoidItemsRequest constructor

WebApiModulesHomeControlsContractItemDetailVoidItemsRequest({
  1. String? contractId,
  2. List<WebApiModulesHomeControlsContractItemDetailContractItem>? items,
  3. String? reason,
  4. bool? returnToInventory,
})

Implementation

WebApiModulesHomeControlsContractItemDetailVoidItemsRequest({
  this.contractId,
  this.items,
  this.reason,
  this.returnToInventory,
});