gogol-adexchange-buyer-0.4.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.Get

Contents

Description

Returns the billing information for one account specified by account ID.

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

Synopsis

REST Resource

type BillingInfoGetResource = "adexchangebuyer" :> ("v1.4" :> ("billinginfo" :> (Capture "accountId" (Textual Int32) :> (QueryParam "alt" AltJSON :> Get '[JSON] BillingInfo)))) Source #

A resource alias for adexchangebuyer.billingInfo.get method which the BillingInfoGet request conforms to.

Creating a Request

billingInfoGet Source #

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

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

data BillingInfoGet Source #

Returns the billing information for one account specified by account ID.

See: billingInfoGet smart constructor.

Instances
Eq BillingInfoGet Source # 
Instance details

Defined in Network.Google.Resource.AdExchangeBuyer.BillingInfo.Get

Data BillingInfoGet Source # 
Instance details

Defined in Network.Google.Resource.AdExchangeBuyer.BillingInfo.Get

Methods

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

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

toConstr :: BillingInfoGet -> Constr #

dataTypeOf :: BillingInfoGet -> DataType #

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

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

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

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

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

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

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

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

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

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

Show BillingInfoGet Source # 
Instance details

Defined in Network.Google.Resource.AdExchangeBuyer.BillingInfo.Get

Generic BillingInfoGet Source # 
Instance details

Defined in Network.Google.Resource.AdExchangeBuyer.BillingInfo.Get

Associated Types

type Rep BillingInfoGet :: Type -> Type #

GoogleRequest BillingInfoGet Source # 
Instance details

Defined in Network.Google.Resource.AdExchangeBuyer.BillingInfo.Get

Associated Types

type Rs BillingInfoGet :: Type #

type Scopes BillingInfoGet :: [Symbol] #

type Rep BillingInfoGet Source # 
Instance details

Defined in Network.Google.Resource.AdExchangeBuyer.BillingInfo.Get

type Rep BillingInfoGet = D1 (MetaData "BillingInfoGet" "Network.Google.Resource.AdExchangeBuyer.BillingInfo.Get" "gogol-adexchange-buyer-0.4.0-EHd3Fo85oo55DtQ4u9aSwi" True) (C1 (MetaCons "BillingInfoGet'" PrefixI True) (S1 (MetaSel (Just "_bigAccountId") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (Textual Int32))))
type Scopes BillingInfoGet Source # 
Instance details

Defined in Network.Google.Resource.AdExchangeBuyer.BillingInfo.Get

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

Defined in Network.Google.Resource.AdExchangeBuyer.BillingInfo.Get

Request Lenses