AI-generated Key Takeaways
- 
          NegotiationStatus represents the proposal's negotiation status for Marketplace. 
- 
          This enumeration defines various states a proposal can be in during the negotiation process between a buyer and a seller. 
- 
          States range from initial creation by either party, through review and acceptance stages, to finalization or cancellation. 
Represents the proposal's negotiation status for Marketplace.
- Namespace
- 
               https://www.google.com/apis/ads/publisher/v202502
| Enumeration | Description | 
|---|---|
| SELLER_INITIATED | Indicates that a new Proposal has been created by the seller and has not been sent to Marketplace yet. | 
| BUYER_INITIATED | Indicates that a new Proposal has been created by the buyer and is awaiting seller action. | 
| AWAITING_SELLER_REVIEW | Indicates that a Proposal has been updated by the buyer and is awaiting seller approval. | 
| AWAITING_BUYER_REVIEW | Indicates that a Proposal has been updated by the seller and is awaiting buyer approval. | 
| ONLY_SELLER_ACCEPTED | Indicates that the seller has accepted the Proposal and is awaiting the buyer's acceptance. | 
| FINALIZED | Indicates that the Proposal has been accepted by both the buyer and the seller. | 
| CANCELLED | Indicates that negotiations for the Proposal have been cancelled. | 
| UNKNOWN | The value returned if the actual value is not exposed by the requested API version. |