Class AccountsCustomBatchRequestEntryLinkRequest
Implements
Inherited Members
Namespace: Google.Apis.ShoppingContent.v2_1.Data
Assembly: Google.Apis.ShoppingContent.v2_1.dll
Syntax
public class AccountsCustomBatchRequestEntryLinkRequest : IDirectResponseSchema
Properties
Action
Action to perform for this link. The "request"
action is only available to select merchants. Acceptable
values are: - "approve
" - "remove
" - "request
"
Declaration
[JsonProperty("action")]
public virtual string Action { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
LinkType
Type of the link between the two accounts. Acceptable values are: - "channelPartner
" -
"eCommercePlatform
" - "paymentServiceProvider
" - "localProductManager
"
Declaration
[JsonProperty("linkType")]
public virtual string LinkType { get; set; }
Property Value
Type | Description |
---|---|
string |
LinkedAccountId
The ID of the linked account.
Declaration
[JsonProperty("linkedAccountId")]
public virtual string LinkedAccountId { get; set; }
Property Value
Type | Description |
---|---|
string |
Services
Provided services. Acceptable values are: - "shoppingAdsProductManagement
" -
"shoppingActionsProductManagement
" - "shoppingActionsOrderManagement
" - "paymentProcessing
" -
"localProductManagement
"
Declaration
[JsonProperty("services")]
public virtual IList<string> Services { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |