GoogleApi.YouTube.V3.Model.ChannelToStoreLinkDetails (google_api_you_tube v0.54.0)
View SourceInformation specific to a store on a merchandising platform linked to a YouTube channel.
Attributes
-
billingDetails
(type:GoogleApi.YouTube.V3.Model.ChannelToStoreLinkDetailsBillingDetails.t
, default:nil
) - Information specific to billing (read-only). -
merchantAffiliateProgramDetails
(type:GoogleApi.YouTube.V3.Model.ChannelToStoreLinkDetailsMerchantAffiliateProgramDetails.t
, default:nil
) - Information specific to merchant affiliate program (read-only). -
merchantId
(type:String.t
, default:nil
) - Google Merchant Center id of the store. -
storeName
(type:String.t
, default:nil
) - Name of the store. -
storeUrl
(type:String.t
, default:nil
) - Landing page of the store.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.YouTube.V3.Model.ChannelToStoreLinkDetails{ billingDetails: GoogleApi.YouTube.V3.Model.ChannelToStoreLinkDetailsBillingDetails.t() | nil, merchantAffiliateProgramDetails: GoogleApi.YouTube.V3.Model.ChannelToStoreLinkDetailsMerchantAffiliateProgramDetails.t() | nil, merchantId: String.t() | nil, storeName: String.t() | nil, storeUrl: String.t() | nil }