SpotSellThruSubmitRequest class

Annotations
  • @JsonSerializable()

Constructors

SpotSellThruSubmitRequest({String? checkInId, String? distributeId, String? distributeType, String? partyId, String? partyType})
SpotSellThruSubmitRequest.fromJson(Map<String, dynamic> json)
factory

Properties

checkInId String?
getter/setter pair
distributeId String?
getter/setter pair
distributeType String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
partyId String?
getter/setter pair
partyType String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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