Google Apps Script API
    Preparing search index...
    interface LiaCountrySettings {
        about?: LiaAboutPageSettings;
        country?: string;
        hostedLocalStorefrontActive?: boolean;
        inventory?: LiaInventorySettings;
        onDisplayToOrder?: LiaOnDisplayToOrderSettings;
        posDataProvider?: LiaPosDataProvider;
        storePickupActive?: boolean;
    }
    Index

    Properties

    country?: string
    hostedLocalStorefrontActive?: boolean
    onDisplayToOrder?: LiaOnDisplayToOrderSettings
    posDataProvider?: LiaPosDataProvider
    storePickupActive?: boolean