proposalState property
The current state of the proposal.
Output only. Possible string values are:
- "PROPOSAL_STATE_UNSPECIFIED" : A placeholder for an undefined proposal state.
- "PROPOSED" : The proposal is under negotiation or renegotiation.
- "BUYER_ACCEPTED" : The proposal has been accepted by the buyer.
- "SELLER_ACCEPTED" : The proposal has been accepted by the seller.
- "CANCELED" : The negotiations on the proposal were canceled and the proposal was never finalized.
- "FINALIZED" : The proposal is finalized. During renegotiation, the proposal may not be in this state.
Implementation
core.String? proposalState;