View Source GoogleApi.AuthorizedBuyersMarketplace.V1.Model.PauseFinalizedDealRequest (google_api_authorized_buyers_marketplace v0.6.0)

Request message for pausing a finalized deal.

Attributes

  • reason (type: String.t, default: nil) - The reason to pause the finalized deal, will be displayed to the seller. Maximum length is 1000 characters.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

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

Functions

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

Unwrap a decoded JSON object into its complex fields.