InStockBody constructor
InStockBody({})
Implementation
InStockBody({
this.sku,
this.productId,
this.quantity,
this.type,
this.status,
this.include,
this.note,
this.startDate,
this.endDate,
this.purchaseDate,
this.purchasePrice,
this.purchaseCurrency,
this.warehouseId,
this.supplierId,
this.storeId,
});