gogol-shopping-content-0.1.1: 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" :> ("accounttax" :> ("batch" :> (QueryParam "dryRun" Bool :> (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 # 
Data AccounttaxCustombatch Source # 

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 # 
Generic AccounttaxCustombatch Source # 
GoogleRequest AccounttaxCustombatch Source # 
type Rep AccounttaxCustombatch Source # 
type Rep AccounttaxCustombatch = D1 (MetaData "AccounttaxCustombatch" "Network.Google.Resource.Content.Accounttax.Custombatch" "gogol-shopping-content-0.1.1-29WHQG6JiPy8ClAOaTtAzJ" False) (C1 (MetaCons "AccounttaxCustombatch'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_acccPayload") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 AccounttaxCustomBatchRequest)) (S1 (MetaSel (Just Symbol "_acccDryRun") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Bool)))))
type Scopes AccounttaxCustombatch Source # 
type Scopes AccounttaxCustombatch = (:) Symbol "https://www.googleapis.com/auth/content" ([] Symbol)
type Rs AccounttaxCustombatch Source # 

Request Lenses

acccDryRun :: Lens' AccounttaxCustombatch (Maybe Bool) Source #

Flag to run the request in dry-run mode.