Class ChannelToStoreLinkDetails
Information specific to a store on a merchandising platform linked to a YouTube channel.
Implements
Inherited Members
Namespace: Google.Apis.YouTube.v3.Data
Assembly: Google.Apis.YouTube.v3.dll
Syntax
public class ChannelToStoreLinkDetails : IDirectResponseSchemaProperties
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 |