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 |
Returns the billing information for one account specified by account ID.
See: Ad Exchange Buyer API Reference for adexchangebuyer.billingInfo.get
.
Synopsis
- type BillingInfoGetResource = "adexchangebuyer" :> ("v1.4" :> ("billinginfo" :> (Capture "accountId" (Textual Int32) :> (QueryParam "alt" AltJSON :> Get '[JSON] BillingInfo))))
- billingInfoGet :: Int32 -> BillingInfoGet
- data BillingInfoGet
- bigAccountId :: Lens' BillingInfoGet Int32
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
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
Request Lenses
bigAccountId :: Lens' BillingInfoGet Int32 Source #
The account id.