View Source GoogleApi.Content.V21.Model.AccountsLinkRequest (google_api_content v0.65.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
" -
eCommercePlatformLinkInfo
(type:GoogleApi.Content.V21.Model.ECommercePlatformLinkInfo.t
, default:nil
) - Additional information required foreCommercePlatform
link type. -
linkType
(type:String.t
, default:nil
) - Type of the link between the two accounts. Acceptable values are: - "channelPartner
" - "eCommercePlatform
" - "paymentServiceProvider
" -
linkedAccountId
(type:String.t
, default:nil
) - The ID of the linked account. -
paymentServiceProviderLinkInfo
(type:GoogleApi.Content.V21.Model.PaymentServiceProviderLinkInfo.t
, default:nil
) - Additional information required forpaymentServiceProvider
link type. -
services
(type:list(String.t)
, default:nil
) - Acceptable values are: - "shoppingAdsProductManagement
" - "shoppingActionsProductManagement
" - "shoppingActionsOrderManagement
" - "paymentProcessing
"
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Content.V21.Model.AccountsLinkRequest{ action: String.t() | nil, eCommercePlatformLinkInfo: GoogleApi.Content.V21.Model.ECommercePlatformLinkInfo.t() | nil, linkType: String.t() | nil, linkedAccountId: String.t() | nil, paymentServiceProviderLinkInfo: GoogleApi.Content.V21.Model.PaymentServiceProviderLinkInfo.t() | nil, services: [String.t()] | nil }
Functions
Unwrap a decoded JSON object into its complex fields.