GoogleApi.Content.V2.Model.LiaCountrySettings (google_api_content v0.49.0) View Source
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.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.Content.V2.Model.LiaCountrySettings{
about: GoogleApi.Content.V2.Model.LiaAboutPageSettings.t(),
country: String.t(),
hostedLocalStorefrontActive: boolean(),
inventory: GoogleApi.Content.V2.Model.LiaInventorySettings.t(),
onDisplayToOrder: GoogleApi.Content.V2.Model.LiaOnDisplayToOrderSettings.t(),
posDataProvider: GoogleApi.Content.V2.Model.LiaPosDataProvider.t(),
storePickupActive: boolean()
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.