View Source GoogleApi.YouTube.V3.Model.ChannelToStoreLinkDetails (google_api_you_tube v0.43.0)

Information 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).
  • 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,
  merchantId: String.t() | nil,
  storeName: String.t() | nil,
  storeUrl: String.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.