View Source GoogleApi.Content.V2.Model.LiaCountrySettings (google_api_content v0.70.1)
Attributes
-
about(type:GoogleApi.Content.V2.Model.LiaAboutPageSettings.t, default:nil) - The settings for the About page. -
country(type:String.t, default:nil) - Required. CLDR country code (e.g. "US"). -
hostedLocalStorefrontActive(type:boolean(), default:nil) - The status of the "Merchant hosted local storefront" feature. -
inventory(type:GoogleApi.Content.V2.Model.LiaInventorySettings.t, default:nil) - LIA inventory verification settings. -
onDisplayToOrder(type:GoogleApi.Content.V2.Model.LiaOnDisplayToOrderSettings.t, default:nil) - LIA "On Display To Order" settings. -
posDataProvider(type:GoogleApi.Content.V2.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.V2.Model.LiaCountrySettings{ about: GoogleApi.Content.V2.Model.LiaAboutPageSettings.t() | nil, country: String.t() | nil, hostedLocalStorefrontActive: boolean() | nil, inventory: GoogleApi.Content.V2.Model.LiaInventorySettings.t() | nil, onDisplayToOrder: GoogleApi.Content.V2.Model.LiaOnDisplayToOrderSettings.t() | nil, posDataProvider: GoogleApi.Content.V2.Model.LiaPosDataProvider.t() | nil, storePickupActive: boolean() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.