Show / Hide Table of Contents

Class AccountsLinkRequest

Inheritance
object
AccountsLinkRequest
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX