CollectionStatusDestinationStatus class

Destination status message.

Constructors

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

Properties

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