google_api_content v0.4.0 GoogleApi.Content.V2.Model.LiaCountrySettings View Source

Attributes

  • about (LiaAboutPageSettings): The settings for the About page. Defaults to: null.
  • country (String.t): CLDR country code (e.g. "US"). Defaults to: null.
  • hostedLocalStorefrontActive (boolean()): The status of the "Merchant hosted local storefront" feature. Defaults to: null.
  • inventory (LiaInventorySettings): LIA inventory verification settings. Defaults to: null.
  • onDisplayToOrder (LiaOnDisplayToOrderSettings): LIA "On Display To Order" settings. Defaults to: null.
  • posDataProvider (LiaPosDataProvider): The POS data provider linked with this country. Defaults to: null.
  • storePickupActive (boolean()): The status of the "Store pickup" feature. Defaults to: null.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields

Link to this section Types

Link to this type

t() View Source
t() :: %GoogleApi.Content.V2.Model.LiaCountrySettings{
  about: GoogleApi.Content.V2.Model.LiaAboutPageSettings.t(),
  country: any(),
  hostedLocalStorefrontActive: any(),
  inventory: GoogleApi.Content.V2.Model.LiaInventorySettings.t(),
  onDisplayToOrder: GoogleApi.Content.V2.Model.LiaOnDisplayToOrderSettings.t(),
  posDataProvider: GoogleApi.Content.V2.Model.LiaPosDataProvider.t(),
  storePickupActive: any()
}

Link to this section Functions

Link to this function

decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.