state property

String? state
getter/setter pair

Indicates the state of the proposal.

Output only. Possible string values are:

  • "STATE_UNSPECIFIED" : Unspecified proposal state
  • "BUYER_REVIEW_REQUESTED" : When a proposal is waiting for buyer to review.
  • "SELLER_REVIEW_REQUESTED" : When the proposal is waiting for the seller to review.
  • "BUYER_ACCEPTANCE_REQUESTED" : When the seller accepted the proposal and sent it to the buyer for review.
  • "FINALIZED" : When both buyer and seller has accepted the proposal
  • "TERMINATED" : When either buyer or seller has cancelled the proposal

Implementation

core.String? state;