StockHistoryResponse constructor

StockHistoryResponse({
  1. String? id,
  2. dynamic href,
  3. dynamic cancellationDate,
  4. dynamic cancellationReason,
  5. String? category,
  6. dynamic completionDate,
  7. dynamic description,
  8. dynamic expectedCompletionDate,
  9. String? externalId,
  10. dynamic notificationContact,
  11. String? orderDate,
  12. String? priority,
  13. dynamic requestedCompletionDate,
  14. dynamic requestedStartDate,
  15. String? state,
  16. List<ProductOrderItem>? productOrderItem,
  17. List<RelatedParty>? relatedParty,
  18. dynamic productOrderBlueprintMapping,
  19. AdditionalInfo? additionalInfo,
  20. List<OrderTotalPrice>? orderTotalPrice,
  21. List<Milestone>? milestones,
  22. List<Payment>? payment,
  23. List<Channel>? channel,
  24. List<Channel>? productOrderChannels,
  25. List<Payment>? productOrderPayments,
})

Implementation

StockHistoryResponse({
  this.id,
  this.href,
  this.cancellationDate,
  this.cancellationReason,
  this.category,
  this.completionDate,
  this.description,
  this.expectedCompletionDate,
  this.externalId,
  this.notificationContact,
  this.orderDate,
  this.priority,
  this.requestedCompletionDate,
  this.requestedStartDate,
  this.state,
  this.productOrderItem,
  this.relatedParty,
  this.productOrderBlueprintMapping,
  this.additionalInfo,
  this.orderTotalPrice,
  this.milestones,
  this.payment,
  this.channel,
  this.productOrderChannels,
  this.productOrderPayments,
});