dealServingStatus property

String? dealServingStatus
getter/setter pair

Serving status of the deal. Possible string values are:

  • "DEAL_SERVING_STATUS_UNSPECIFIED" : Unspecified.
  • "ACTIVE" : The deal is actively serving or ready to serve when the start date is reached.
  • "ENDED" : The deal serving has ended.
  • "PAUSED_BY_BUYER" : The deal serving is paused by buyer.
  • "PAUSED_BY_SELLER" : The deal serving is paused by seller.

Implementation

core.String? dealServingStatus;