Show / Hide Table of Contents

Class AccountsLinkRequest

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

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
System.String

LinkedAccountId

The ID of the linked account.

Declaration
[JsonProperty("linkedAccountId")]
public virtual string LinkedAccountId { get; set; }
Property Value
Type Description
System.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
System.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
System.Collections.Generic.IList<System.String>

Implements

IDirectResponseSchema
In This Article
Back to top