WebApiModulesWarehouseContractCreateCheckInContractResponse constructor

WebApiModulesWarehouseContractCreateCheckInContractResponse({
  1. WebApiModulesWarehouseContractContract? contract,
  2. List<WebApiModulesBillingInvoiceInvoice>? credits,
})

Implementation

WebApiModulesWarehouseContractCreateCheckInContractResponse({
  this.contract,
  this.credits,
});