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.List

Contents

Description

Lists the tax settings of the sub-accounts in your Merchant Center account.

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

Synopsis

REST Resource

type AccounttaxListResource = "content" :> ("v2.1" :> (Capture "merchantId" (Textual Word64) :> ("accounttax" :> (QueryParam "pageToken" Text :> (QueryParam "maxResults" (Textual Word32) :> (QueryParam "alt" AltJSON :> Get '[JSON] AccounttaxListResponse)))))) Source #

A resource alias for content.accounttax.list method which the AccounttaxList request conforms to.

Creating a Request

accounttaxList Source #

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

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

data AccounttaxList Source #

Lists the tax settings of the sub-accounts in your Merchant Center account.

See: accounttaxList smart constructor.

Instances
Eq AccounttaxList Source # 
Instance details

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

Data AccounttaxList Source # 
Instance details

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

Methods

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

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

toConstr :: AccounttaxList -> Constr #

dataTypeOf :: AccounttaxList -> DataType #

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

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

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

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

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

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

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

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

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

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

Show AccounttaxList Source # 
Instance details

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

Generic AccounttaxList Source # 
Instance details

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

Associated Types

type Rep AccounttaxList :: Type -> Type #

GoogleRequest AccounttaxList Source # 
Instance details

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

Associated Types

type Rs AccounttaxList :: Type #

type Scopes AccounttaxList :: [Symbol] #

type Rep AccounttaxList Source # 
Instance details

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

type Rep AccounttaxList = D1 (MetaData "AccounttaxList" "Network.Google.Resource.Content.Accounttax.List" "gogol-shopping-content-0.4.0-BIsXJOofTh8GkBklIAn8Hh" False) (C1 (MetaCons "AccounttaxList'" PrefixI True) (S1 (MetaSel (Just "_al1MerchantId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Textual Word64)) :*: (S1 (MetaSel (Just "_al1PageToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_al1MaxResults") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Word32))))))
type Scopes AccounttaxList Source # 
Instance details

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

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

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

Request Lenses

al1MerchantId :: Lens' AccounttaxList Word64 Source #

The ID of the managing account. This must be a multi-client account.

al1PageToken :: Lens' AccounttaxList (Maybe Text) Source #

The token returned by the previous request.

al1MaxResults :: Lens' AccounttaxList (Maybe Word32) Source #

The maximum number of tax settings to return in the response, used for paging.