gogol-shopping-content-0.5.0: Google Content API for Shopping SDK.

Copyright(c) 2015-2016 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone
LanguageHaskell2010

Network.Google.Resource.Content.ShippingSettings.Getsupportedholidays

Contents

Description

Retrieves supported holidays for an account.

See: Content API for Shopping Reference for content.shippingsettings.getsupportedholidays.

Synopsis

REST Resource

type ShippingSettingsGetsupportedholidaysResource = "content" :> ("v2.1" :> (Capture "merchantId" (Textual Word64) :> ("supportedHolidays" :> (QueryParam "alt" AltJSON :> Get '[JSON] ShippingSettingsGetSupportedHolidaysResponse)))) Source #

A resource alias for content.shippingsettings.getsupportedholidays method which the ShippingSettingsGetsupportedholidays request conforms to.

Creating a Request

shippingSettingsGetsupportedholidays Source #

Creates a value of ShippingSettingsGetsupportedholidays with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

data ShippingSettingsGetsupportedholidays Source #

Retrieves supported holidays for an account.

See: shippingSettingsGetsupportedholidays smart constructor.

Instances
Eq ShippingSettingsGetsupportedholidays Source # 
Instance details

Defined in Network.Google.Resource.Content.ShippingSettings.Getsupportedholidays

Data ShippingSettingsGetsupportedholidays Source # 
Instance details

Defined in Network.Google.Resource.Content.ShippingSettings.Getsupportedholidays

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> ShippingSettingsGetsupportedholidays -> c ShippingSettingsGetsupportedholidays #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c ShippingSettingsGetsupportedholidays #

toConstr :: ShippingSettingsGetsupportedholidays -> Constr #

dataTypeOf :: ShippingSettingsGetsupportedholidays -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c ShippingSettingsGetsupportedholidays) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c ShippingSettingsGetsupportedholidays) #

gmapT :: (forall b. Data b => b -> b) -> ShippingSettingsGetsupportedholidays -> ShippingSettingsGetsupportedholidays #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> ShippingSettingsGetsupportedholidays -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> ShippingSettingsGetsupportedholidays -> r #

gmapQ :: (forall d. Data d => d -> u) -> ShippingSettingsGetsupportedholidays -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> ShippingSettingsGetsupportedholidays -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> ShippingSettingsGetsupportedholidays -> m ShippingSettingsGetsupportedholidays #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> ShippingSettingsGetsupportedholidays -> m ShippingSettingsGetsupportedholidays #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> ShippingSettingsGetsupportedholidays -> m ShippingSettingsGetsupportedholidays #

Show ShippingSettingsGetsupportedholidays Source # 
Instance details

Defined in Network.Google.Resource.Content.ShippingSettings.Getsupportedholidays

Generic ShippingSettingsGetsupportedholidays Source # 
Instance details

Defined in Network.Google.Resource.Content.ShippingSettings.Getsupportedholidays

GoogleRequest ShippingSettingsGetsupportedholidays Source # 
Instance details

Defined in Network.Google.Resource.Content.ShippingSettings.Getsupportedholidays

type Rep ShippingSettingsGetsupportedholidays Source # 
Instance details

Defined in Network.Google.Resource.Content.ShippingSettings.Getsupportedholidays

type Rep ShippingSettingsGetsupportedholidays = D1 (MetaData "ShippingSettingsGetsupportedholidays" "Network.Google.Resource.Content.ShippingSettings.Getsupportedholidays" "gogol-shopping-content-0.5.0-JEbpzNrc2lB7bX2emYTGER" True) (C1 (MetaCons "ShippingSettingsGetsupportedholidays'" PrefixI True) (S1 (MetaSel (Just "_ssgMerchantId") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (Textual Word64))))
type Scopes ShippingSettingsGetsupportedholidays Source # 
Instance details

Defined in Network.Google.Resource.Content.ShippingSettings.Getsupportedholidays

type Scopes ShippingSettingsGetsupportedholidays = "https://www.googleapis.com/auth/content" ': ([] :: [Symbol])
type Rs ShippingSettingsGetsupportedholidays Source # 
Instance details

Defined in Network.Google.Resource.Content.ShippingSettings.Getsupportedholidays

Request Lenses

ssgMerchantId :: Lens' ShippingSettingsGetsupportedholidays Word64 Source #

The ID of the account for which to retrieve the supported holidays.