ProductStatusDestinationStatus class

Constructors

ProductStatusDestinationStatus({List<String>? approvedCountries, String? destination, List<String>? disapprovedCountries, List<String>? pendingCountries, String? status})
ProductStatusDestinationStatus.fromJson(Map json_)

Properties

approvedCountries List<String>?
List of country codes (ISO 3166-1 alpha-2) where the offer is approved.
getter/setter pair
destination String?
The name of the destination
getter/setter pair
disapprovedCountries List<String>?
List of country codes (ISO 3166-1 alpha-2) where the offer is disapproved.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
pendingCountries List<String>?
List of country codes (ISO 3166-1 alpha-2) where the offer is pending approval.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status String?
Destination approval status in targetCountry of the offer.
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