Class AccountsLinkRequest
Implements
Inherited Members
Namespace: Google.Apis.ShoppingContent.v2_1.Data
Assembly: Google.Apis.ShoppingContent.v2_1.dll
Syntax
public class AccountsLinkRequest : 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 |
ECommercePlatformLinkInfo
Additional information required for eCommercePlatform link type.
Declaration
[JsonProperty("eCommercePlatformLinkInfo")]
public virtual ECommercePlatformLinkInfo ECommercePlatformLinkInfo { get; set; }
Property Value
| Type | Description |
|---|---|
| ECommercePlatformLinkInfo |
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"
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 |
PaymentServiceProviderLinkInfo
Additional information required for paymentServiceProvider link type.
Declaration
[JsonProperty("paymentServiceProviderLinkInfo")]
public virtual PaymentServiceProviderLinkInfo PaymentServiceProviderLinkInfo { get; set; }
Property Value
| Type | Description |
|---|---|
| PaymentServiceProviderLinkInfo |
Services
Acceptable values are: - "shoppingAdsProductManagement" - "shoppingActionsProductManagement" -
"shoppingActionsOrderManagement" - "paymentProcessing"
Declaration
[JsonProperty("services")]
public virtual IList<string> Services { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<string> |