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.Accounttax.Custombatch

Contents

Description

Retrieves and updates tax settings of multiple accounts in a single request.

See: Content API for Shopping Reference for content.accounttax.custombatch.

Synopsis

REST Resource

type AccounttaxCustombatchResource = "content" :> ("v2.1" :> ("accounttax" :> ("batch" :> (QueryParam "alt" AltJSON :> (ReqBody '[JSON] AccounttaxCustomBatchRequest :> Post '[JSON] AccounttaxCustomBatchResponse))))) Source #

A resource alias for content.accounttax.custombatch method which the AccounttaxCustombatch request conforms to.

Creating a Request

accounttaxCustombatch Source #

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

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

data AccounttaxCustombatch Source #

Retrieves and updates tax settings of multiple accounts in a single request.

See: accounttaxCustombatch smart constructor.

Instances
Eq AccounttaxCustombatch Source # 
Instance details

Defined in Network.Google.Resource.Content.Accounttax.Custombatch

Data AccounttaxCustombatch Source # 
Instance details

Defined in Network.Google.Resource.Content.Accounttax.Custombatch

Methods

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

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

toConstr :: AccounttaxCustombatch -> Constr #

dataTypeOf :: AccounttaxCustombatch -> DataType #

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

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

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

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

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

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

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

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

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

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

Show AccounttaxCustombatch Source # 
Instance details

Defined in Network.Google.Resource.Content.Accounttax.Custombatch

Generic AccounttaxCustombatch Source # 
Instance details

Defined in Network.Google.Resource.Content.Accounttax.Custombatch

Associated Types

type Rep AccounttaxCustombatch :: Type -> Type #

GoogleRequest AccounttaxCustombatch Source # 
Instance details

Defined in Network.Google.Resource.Content.Accounttax.Custombatch

type Rep AccounttaxCustombatch Source # 
Instance details

Defined in Network.Google.Resource.Content.Accounttax.Custombatch

type Rep AccounttaxCustombatch = D1 (MetaData "AccounttaxCustombatch" "Network.Google.Resource.Content.Accounttax.Custombatch" "gogol-shopping-content-0.5.0-JEbpzNrc2lB7bX2emYTGER" True) (C1 (MetaCons "AccounttaxCustombatch'" PrefixI True) (S1 (MetaSel (Just "_aaPayload") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 AccounttaxCustomBatchRequest)))
type Scopes AccounttaxCustombatch Source # 
Instance details

Defined in Network.Google.Resource.Content.Accounttax.Custombatch

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

Defined in Network.Google.Resource.Content.Accounttax.Custombatch

Request Lenses