pauseRole property

String? pauseRole
getter/setter pair

The party that first paused the deal; unspecified for active deals. Possible string values are:

  • "BUYER_SELLER_ROLE_UNSPECIFIED" : A placeholder for an undefined buyer/seller role.
  • "BUYER" : Specifies the role as buyer.
  • "SELLER" : Specifies the role as seller.

Implementation

core.String? pauseRole;