gogol-shopping-content-0.4.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.Get

Contents

Description

Retrieves the tax settings of the account.

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

Synopsis

REST Resource

type AccounttaxGetResource = "content" :> ("v2.1" :> (Capture "merchantId" (Textual Word64) :> ("accounttax" :> (Capture "accountId" (Textual Word64) :> (QueryParam "alt" AltJSON :> Get '[JSON] AccountTax))))) Source #

A resource alias for content.accounttax.get method which the AccounttaxGet request conforms to.

Creating a Request

accounttaxGet Source #

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

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

data AccounttaxGet Source #

Retrieves the tax settings of the account.

See: accounttaxGet smart constructor.

Instances
Eq AccounttaxGet Source # 
Instance details

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

Data AccounttaxGet Source # 
Instance details

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

Methods

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

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

toConstr :: AccounttaxGet -> Constr #

dataTypeOf :: AccounttaxGet -> DataType #

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

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

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

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

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

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

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

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

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

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

Show AccounttaxGet Source # 
Instance details

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

Generic AccounttaxGet Source # 
Instance details

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

Associated Types

type Rep AccounttaxGet :: Type -> Type #

GoogleRequest AccounttaxGet Source # 
Instance details

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

Associated Types

type Rs AccounttaxGet :: Type #

type Scopes AccounttaxGet :: [Symbol] #

type Rep AccounttaxGet Source # 
Instance details

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

type Rep AccounttaxGet = D1 (MetaData "AccounttaxGet" "Network.Google.Resource.Content.Accounttax.Get" "gogol-shopping-content-0.4.0-BIsXJOofTh8GkBklIAn8Hh" False) (C1 (MetaCons "AccounttaxGet'" PrefixI True) (S1 (MetaSel (Just "_aggMerchantId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Textual Word64)) :*: S1 (MetaSel (Just "_aggAccountId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Textual Word64))))
type Scopes AccounttaxGet Source # 
Instance details

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

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

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

Request Lenses

aggMerchantId :: Lens' AccounttaxGet Word64 Source #

The ID of the managing account. If this parameter is not the same as accountId, then this account must be a multi-client account and accountId must be the ID of a sub-account of this account.

aggAccountId :: Lens' AccounttaxGet Word64 Source #

The ID of the account for which to get/update account tax settings.