gogol-adexchange-buyer
Copyright(c) 2015-2025 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <[email protected]> Toni Cebrián <[email protected]>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone
LanguageGHC2021

Gogol.AdExchangeBuyer.BillingInfo.Get

Description

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

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

Synopsis

Resource

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

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

Constructing a Request

newtype AdExchangeBuyerBillingInfoGet Source #

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

See: newAdExchangeBuyerBillingInfoGet smart constructor.

Constructors

AdExchangeBuyerBillingInfoGet 

Fields

Instances

Instances details
Generic AdExchangeBuyerBillingInfoGet Source # 
Instance details

Defined in Gogol.AdExchangeBuyer.BillingInfo.Get

Associated Types

type Rep AdExchangeBuyerBillingInfoGet 
Instance details

Defined in Gogol.AdExchangeBuyer.BillingInfo.Get

type Rep AdExchangeBuyerBillingInfoGet = D1 ('MetaData "AdExchangeBuyerBillingInfoGet" "Gogol.AdExchangeBuyer.BillingInfo.Get" "gogol-adexchange-buyer-1.0.0-JDtIvdejdmp80Jc5Uki9lj" 'True) (C1 ('MetaCons "AdExchangeBuyerBillingInfoGet" 'PrefixI 'True) (S1 ('MetaSel ('Just "accountId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Int32)))
Show AdExchangeBuyerBillingInfoGet Source # 
Instance details

Defined in Gogol.AdExchangeBuyer.BillingInfo.Get

Eq AdExchangeBuyerBillingInfoGet Source # 
Instance details

Defined in Gogol.AdExchangeBuyer.BillingInfo.Get

GoogleRequest AdExchangeBuyerBillingInfoGet Source # 
Instance details

Defined in Gogol.AdExchangeBuyer.BillingInfo.Get

type Rep AdExchangeBuyerBillingInfoGet Source # 
Instance details

Defined in Gogol.AdExchangeBuyer.BillingInfo.Get

type Rep AdExchangeBuyerBillingInfoGet = D1 ('MetaData "AdExchangeBuyerBillingInfoGet" "Gogol.AdExchangeBuyer.BillingInfo.Get" "gogol-adexchange-buyer-1.0.0-JDtIvdejdmp80Jc5Uki9lj" 'True) (C1 ('MetaCons "AdExchangeBuyerBillingInfoGet" 'PrefixI 'True) (S1 ('MetaSel ('Just "accountId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Int32)))
type Rs AdExchangeBuyerBillingInfoGet Source # 
Instance details

Defined in Gogol.AdExchangeBuyer.BillingInfo.Get

type Scopes AdExchangeBuyerBillingInfoGet Source # 
Instance details

Defined in Gogol.AdExchangeBuyer.BillingInfo.Get

newAdExchangeBuyerBillingInfoGet Source #

Arguments

:: Int32

The account id. See accountId.

-> AdExchangeBuyerBillingInfoGet 

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