Show / Hide Table of Contents

Class ChannelToStoreLinkDetails

Information specific to a store on a merchandising platform linked to a YouTube channel.

Inheritance
object
ChannelToStoreLinkDetails
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.YouTube.v3.Data
Assembly: Google.Apis.YouTube.v3.dll
Syntax
public class ChannelToStoreLinkDetails : IDirectResponseSchema

Properties

BillingDetails

Information specific to billing (read-only).

Declaration
[JsonProperty("billingDetails")]
public virtual ChannelToStoreLinkDetailsBillingDetails BillingDetails { get; set; }
Property Value
Type Description
ChannelToStoreLinkDetailsBillingDetails

ETag

The ETag of the item.

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

MerchantAffiliateProgramDetails

Information specific to merchant affiliate program (read-only).

Declaration
[JsonProperty("merchantAffiliateProgramDetails")]
public virtual ChannelToStoreLinkDetailsMerchantAffiliateProgramDetails MerchantAffiliateProgramDetails { get; set; }
Property Value
Type Description
ChannelToStoreLinkDetailsMerchantAffiliateProgramDetails

MerchantId

Google Merchant Center id of the store.

Declaration
[JsonProperty("merchantId")]
public virtual ulong? MerchantId { get; set; }
Property Value
Type Description
ulong?

StoreName

Name of the store.

Declaration
[JsonProperty("storeName")]
public virtual string StoreName { get; set; }
Property Value
Type Description
string

StoreUrl

Landing page of the store.

Declaration
[JsonProperty("storeUrl")]
public virtual string StoreUrl { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX