OutStockBody constructor
OutStockBody({})
Implementation
OutStockBody({
this.sku,
this.productId,
this.quantity,
this.type,
this.status,
this.include,
this.note,
this.startDate,
this.endDate,
this.transactionDate,
this.inStockId,
this.warehouseId,
this.supplierId,
this.storeId,
});