GoogleApi.Content.V21.Model.AlternateDisputeResolution (google_api_content v0.73.0)

View Source

The Alternate Dispute Resolution (ADR) that may be available to merchants in some regions. If present, the link should be shown on the same page as the list of issues.

Attributes

  • label (type: String.t, default: nil) - The label for the alternate dispute resolution link.
  • uri (type: String.t, default: nil) - The URL pointing to a page, where merchant can request alternative dispute resolution with an external body.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Content.V21.Model.AlternateDisputeResolution{
  label: String.t() | nil,
  uri: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.