View Source GoogleApi.Content.V2.Model.AccountsLinkRequest (google_api_content v0.66.0)

Attributes

  • action (type: String.t, default: nil) - Action to perform for this link. The "request" action is only available to select merchants. Acceptable values are: - "approve" - "remove" - "request"
  • linkType (type: String.t, default: nil) - Type of the link between the two accounts. Acceptable values are: - "channelPartner" - "eCommercePlatform"
  • linkedAccountId (type: String.t, default: nil) - The ID of the linked account.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Content.V2.Model.AccountsLinkRequest{
  action: String.t() | nil,
  linkType: String.t() | nil,
  linkedAccountId: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.