Copyright | (c) 2015-2025 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <[email protected]> Toni Cebrián <[email protected]> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Language | GHC2021 |
Gogol.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
- type AdExchangeBuyerBillingInfoGetResource = "adexchangebuyer" :> ("v1.4" :> ("billinginfo" :> (Capture "accountId" Int32 :> (QueryParam "alt" AltJSON :> Get '[JSON] BillingInfo))))
- newtype AdExchangeBuyerBillingInfoGet = AdExchangeBuyerBillingInfoGet {}
- newAdExchangeBuyerBillingInfoGet :: Int32 -> AdExchangeBuyerBillingInfoGet
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 | |
Instances
newAdExchangeBuyerBillingInfoGet Source #
Arguments
:: Int32 | The account id. See |
-> AdExchangeBuyerBillingInfoGet |
Creates a value of AdExchangeBuyerBillingInfoGet
with the minimum fields required to make a request.