WebApiModulesWarehouseContractCreateCheckInContractResponse constructor
WebApiModulesWarehouseContractCreateCheckInContractResponse({
- WebApiModulesWarehouseContractContract? contract,
- List<
WebApiModulesBillingInvoiceInvoice> ? credits,
Implementation
WebApiModulesWarehouseContractCreateCheckInContractResponse({
this.contract,
this.credits,
});