GoogleApi.Content.V2.Model.AccountsCustomBatchRequestEntryLinkRequest (google_api_content v0.41.1) View Source

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.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.Content.V2.Model.AccountsCustomBatchRequestEntryLinkRequest{
  action: String.t(),
  linkType: String.t(),
  linkedAccountId: String.t()
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.