View Source GoogleApi.Content.V21.Model.AccountsCustomBatchRequestEntryLinkRequest (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" - "paymentServiceProvider" - "localProductManager"
  • linkedAccountId (type: String.t, default: nil) - The ID of the linked account.
  • services (type: list(String.t), default: nil) - Provided services. Acceptable values are: - "shoppingAdsProductManagement" - "shoppingActionsProductManagement" - "shoppingActionsOrderManagement" - "paymentProcessing" - "localProductManagement"

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Content.V21.Model.AccountsCustomBatchRequestEntryLinkRequest{
  action: String.t() | nil,
  linkType: String.t() | nil,
  linkedAccountId: String.t() | nil,
  services: [String.t()] | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.