View Source GoogleApi.Content.V21.Model.RenderAccountIssuesResponse (google_api_content v0.67.1)

Response containing support content and actions for listed account issues.

Attributes

  • alternateDisputeResolution (type: GoogleApi.Content.V21.Model.AlternateDisputeResolution.t, default: nil) - The Alternate Dispute Resolution (ADR) contains a link to a page where merchant can bring their appeal to an external body. If the ADR is present, it MUST be available to the merchant on the page that shows the list with their account issues.
  • issues (type: list(GoogleApi.Content.V21.Model.AccountIssue.t), default: nil) - List of account issues for a given account. This list can be shown with compressed, expandable items. In the compressed form, the title and impact should be shown for each issue. Once the issue is expanded, the detailed content and available actions should be rendered.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Content.V21.Model.RenderAccountIssuesResponse{
  alternateDisputeResolution:
    GoogleApi.Content.V21.Model.AlternateDisputeResolution.t() | nil,
  issues: [GoogleApi.Content.V21.Model.AccountIssue.t()] | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.