StockHistoryResponse class

Annotations
  • @JsonSerializable()

Constructors

StockHistoryResponse({String? id, dynamic href, dynamic cancellationDate, dynamic cancellationReason, String? category, dynamic completionDate, dynamic description, dynamic expectedCompletionDate, String? externalId, dynamic notificationContact, String? orderDate, String? priority, dynamic requestedCompletionDate, dynamic requestedStartDate, String? state, List<ProductOrderItem>? productOrderItem, List<RelatedParty>? relatedParty, dynamic productOrderBlueprintMapping, AdditionalInfo? additionalInfo, List<OrderTotalPrice>? orderTotalPrice, List<Milestone>? milestones, List<Payment>? payment, List<Channel>? channel, List<Channel>? productOrderChannels, List<Payment>? productOrderPayments})
StockHistoryResponse.fromJson(Map<String, dynamic> json)
factory

Properties

additionalInfo AdditionalInfo?
getter/setter pair
cancellationDate ↔ dynamic
getter/setter pair
cancellationReason ↔ dynamic
getter/setter pair
category String?
getter/setter pair
channel List<Channel>?
getter/setter pair
completionDate ↔ dynamic
getter/setter pair
description ↔ dynamic
getter/setter pair
expectedCompletionDate ↔ dynamic
getter/setter pair
externalId String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
href ↔ dynamic
getter/setter pair
id String?
getter/setter pair
milestones List<Milestone>?
getter/setter pair
notificationContact ↔ dynamic
getter/setter pair
orderDate String?
getter/setter pair
orderTotalPrice List<OrderTotalPrice>?
getter/setter pair
payment List<Payment>?
getter/setter pair
priority String?
getter/setter pair
productOrderBlueprintMapping ↔ dynamic
getter/setter pair
productOrderChannels List<Channel>?
getter/setter pair
productOrderItem List<ProductOrderItem>?
getter/setter pair
productOrderPayments List<Payment>?
getter/setter pair
relatedParty List<RelatedParty>?
getter/setter pair
requestedCompletionDate ↔ dynamic
getter/setter pair
requestedStartDate ↔ dynamic
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
state String?
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited