Proposal
import type { Proposal } from "https://googleapis.deno.dev/v1/authorizedbuyersmarketplace:v1.ts";
Represents a proposal in the Marketplace. A proposal is the unit of negotiation between a seller and a buyer.
§Properties
Output only. When the client field is populated, this field refers to the
buyer who creates and manages the client buyer and gets billed on behalf of
the client buyer; when the buyer field is populated, this field is the same
value as buyer. Format : buyers/{buyerAccountId}
Output only. Refers to a buyer in The Realtime-bidding API. Format:
buyers/{buyerAccountId}
Buyer private data (hidden from seller).
Output only. Refers to a Client. Format:
buyers/{buyerAccountId}/clients/{clientAccountid}
Output only. Type of deal the proposal contains.
Output only. The descriptive name for the proposal. Maximum length of 255 unicode characters is allowed. Control characters are not allowed. Buyers cannot update this field. Note: Not to be confused with name, which is a unique identifier of the proposal.
Output only. True if the proposal was previously finalized and is now being renegotiated.
Output only. The role of the last user that either updated the proposal or left a comment.
Immutable. The name of the proposal serving as a unique identifier. Format: buyers/{accountId}/proposals/{proposalId}
Output only. Indicates whether the buyer/seller created the proposal.
Whether pausing is allowed for the proposal. This is a negotiable term between buyers and publishers.
Output only. The revision number for the proposal. Each update to the proposal or deal causes the proposal revision number to auto-increment. The buyer keeps track of the last revision number they know of and pass it in when making an update. If the head revision number on the server has since incremented, then an ABORTED error is returned during the update operation to let the buyer know that a subsequent update was made.
Immutable. Reference to the seller on the proposal. Format:
buyers/{buyerAccountId}/publisherProfiles/{publisherProfileId}
Note: This
field may be set only when creating the resource. Modifying this field
while updating the resource will result in an error.
Output only. Indicates the state of the proposal.