LedeWire SDK API Reference
    Preparing search index...

    Interface StoreConfig

    Store public configuration returned by GET /v1/merchant/{store_id}/config. The google_client_id is used to initialise the Google OAuth button on the buyer-facing storefront.

    interface StoreConfig {
        google_client_id?: string;
    }
    Index

    Properties

    google_client_id?: string