Copyright | (c) 2015-2016 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Language | Haskell2010 |
Retrieves a list of billing information for all accounts of the authenticated user.
See: Ad Exchange Buyer API Reference for adexchangebuyer.billingInfo.list
.
Synopsis
- type BillingInfoListResource = "adexchangebuyer" :> ("v1.4" :> ("billinginfo" :> (QueryParam "alt" AltJSON :> Get '[JSON] BillingInfoList)))
- billingInfoList' :: BillingInfoList'
- data BillingInfoList'
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.