aggregatedDestinationStatus property

String? aggregatedDestinationStatus
getter/setter pair

Aggregated destination status. Possible string values are:

  • "AGGREGATED_STATUS_UNSPECIFIED" : Undefined aggregated status.
  • "NOT_ELIGIBLE_OR_DISAPPROVED" : Offer isn't eligible, or is disapproved for all destinations.
  • "PENDING" : Offer's status is pending in all destinations.
  • "ELIGIBLE_LIMITED" : Offer is eligible for some (but not all) destinations.
  • "ELIGIBLE" : Offer is eligible for all destinations.

Implementation

core.String? aggregatedDestinationStatus;