StockHistory constructor

StockHistory({
  1. String? id,
  2. String? category,
  3. String? externalId,
  4. String? priority,
  5. String? orderDate,
  6. String? state,
  7. List<Channel>? channel,
  8. List<OrderTotalPrice>? orderTotalPrice,
  9. List<ProductOrderItem>? productOrderItem,
  10. List<RelatedParty>? relatedParty,
  11. String? idNbr,
})

Implementation

StockHistory(
    {this.id,
      this.category,
      this.externalId,
      this.priority,
      this.orderDate,
      this.state,
      this.channel,
      this.orderTotalPrice,
      this.productOrderItem,
      this.relatedParty,
      this.idNbr});