1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#[cfg(any(feature = "google-shopping-css-v1"))]
pub mod css;
#[cfg(
    any(
        feature = "google-shopping-merchant-conversions-v1beta",
        feature = "google-shopping-merchant-inventories-v1beta",
        feature = "google-shopping-merchant-lfp-v1beta",
        feature = "google-shopping-merchant-notifications-v1beta",
        feature = "google-shopping-merchant-quota-v1beta",
        feature = "google-shopping-merchant-reports-v1beta",
    )
)]
pub mod merchant;
#[cfg(any(feature = "google-shopping-type"))]
pub mod r#type;