View Source GoogleApi.Content.V21.Model.LiaCountrySettings (google_api_content v0.67.1)

Attributes

  • about (type: GoogleApi.Content.V21.Model.LiaAboutPageSettings.t, default: nil) - The settings for the About page.
  • country (type: String.t, default: nil) - Required. CLDR country code (for example, "US").
  • hostedLocalStorefrontActive (type: boolean(), default: nil) - The status of the "Merchant hosted local storefront" feature.
  • inventory (type: GoogleApi.Content.V21.Model.LiaInventorySettings.t, default: nil) - LIA inventory verification settings.
  • omnichannelExperience (type: GoogleApi.Content.V21.Model.LiaOmnichannelExperience.t, default: nil) - The omnichannel experience configured for this country.
  • onDisplayToOrder (type: GoogleApi.Content.V21.Model.LiaOnDisplayToOrderSettings.t, default: nil) - LIA "On Display To Order" settings.
  • posDataProvider (type: GoogleApi.Content.V21.Model.LiaPosDataProvider.t, default: nil) - The POS data provider linked with this country.
  • storePickupActive (type: boolean(), default: nil) - The status of the "Store pickup" feature.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Content.V21.Model.LiaCountrySettings{
  about: GoogleApi.Content.V21.Model.LiaAboutPageSettings.t() | nil,
  country: String.t() | nil,
  hostedLocalStorefrontActive: boolean() | nil,
  inventory: GoogleApi.Content.V21.Model.LiaInventorySettings.t() | nil,
  omnichannelExperience:
    GoogleApi.Content.V21.Model.LiaOmnichannelExperience.t() | nil,
  onDisplayToOrder:
    GoogleApi.Content.V21.Model.LiaOnDisplayToOrderSettings.t() | nil,
  posDataProvider: GoogleApi.Content.V21.Model.LiaPosDataProvider.t() | nil,
  storePickupActive: boolean() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.