View Source GoogleApi.AuthorizedBuyersMarketplace.V1.Model.AcceptProposalRequest (google_api_authorized_buyers_marketplace v0.6.2)

Request to accept a proposal. Accepting a proposal implies acceptance of the publisher terms_and_conditions, if any.

Attributes

  • proposalRevision (type: String.t, default: nil) - The last known client revision number of the proposal.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.AuthorizedBuyersMarketplace.V1.Model.AcceptProposalRequest{
  proposalRevision: String.t() | nil
}

Functions

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.