View Source GoogleApi.AuthorizedBuyersMarketplace.V1.Model.DealPausingInfo (google_api_authorized_buyers_marketplace v0.4.0)

Information related to deal pausing.

Attributes

  • pauseReason (type: String.t, default: nil) - The reason for the pausing of the deal; empty for active deals.
  • pauseRole (type: String.t, default: nil) - The party that first paused the deal; unspecified for active deals.
  • pausingConsented (type: boolean(), default: nil) - Whether pausing is consented between buyer and seller for the deal.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.AuthorizedBuyersMarketplace.V1.Model.DealPausingInfo{
  pauseReason: String.t() | nil,
  pauseRole: String.t() | nil,
  pausingConsented: boolean() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.