gogol-adexchange-buyer-0.2.0: Google Ad Exchange Buyer 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.AdExchangeBuyer.BillingInfo.List

Contents

Description

Retrieves a list of billing information for all accounts of the authenticated user.

See: Ad Exchange Buyer API Reference for adexchangebuyer.billingInfo.list.

Synopsis

REST Resource

type BillingInfoListResource = "adexchangebuyer" :> ("v1.4" :> ("billinginfo" :> (QueryParam "alt" AltJSON :> Get '[JSON] BillingInfoList))) Source #

A resource alias for adexchangebuyer.billingInfo.list method which the BillingInfoList' request conforms to.

Creating a Request

billingInfoList' :: BillingInfoList' Source #

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

data BillingInfoList' Source #

Retrieves a list of billing information for all accounts of the authenticated user.

See: billingInfoList' smart constructor.

Instances

Eq BillingInfoList' Source # 
Data BillingInfoList' Source # 

Methods

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

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

toConstr :: BillingInfoList' -> Constr #

dataTypeOf :: BillingInfoList' -> DataType #

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

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

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

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

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

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

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

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

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

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

Show BillingInfoList' Source # 
Generic BillingInfoList' Source # 
GoogleRequest BillingInfoList' Source # 
type Rep BillingInfoList' Source # 
type Rep BillingInfoList' = D1 (MetaData "BillingInfoList'" "Network.Google.Resource.AdExchangeBuyer.BillingInfo.List" "gogol-adexchange-buyer-0.2.0-7hKGM4LXxGdBpdUkxFCsCD" False) (C1 (MetaCons "BillingInfoList''" PrefixI False) U1)
type Scopes BillingInfoList' Source # 
type Scopes BillingInfoList' = (:) Symbol "https://www.googleapis.com/auth/adexchange.buyer" ([] Symbol)
type Rs BillingInfoList' Source #