ProductStatusDestinationStatus class
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