Struct google_content2::LiaCountrySettings[][src]

pub struct LiaCountrySettings {
    pub on_display_to_order: Option<LiaOnDisplayToOrderSettings>,
    pub about: Option<LiaAboutPageSettings>,
    pub inventory: Option<LiaInventorySettings>,
    pub hosted_local_storefront_active: Option<bool>,
    pub store_pickup_active: Option<bool>,
    pub country: Option<String>,
    pub pos_data_provider: Option<LiaPosDataProvider>,
}

There is no detailed description.

This type is not used in any activity, and only used as part of another schema.

Fields

LIA "On Display To Order" settings.

The settings for the About page.

LIA inventory verification settings.

The status of the "Merchant hosted local storefront" feature.

The status of the "Store pickup" feature.

CLDR country code (e.g. "US").

The POS data provider linked with this country.

Trait Implementations

impl Default for LiaCountrySettings
[src]

Returns the "default value" for a type. Read more

impl Clone for LiaCountrySettings
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for LiaCountrySettings
[src]

Formats the value using the given formatter. Read more

impl Part for LiaCountrySettings
[src]

Auto Trait Implementations