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 |
List the payments for this AdSense account.
See: AdSense Management API Reference for adsense.payments.list
.
Synopsis
- type PaymentsListResource = "adsense" :> ("v1.4" :> ("payments" :> (QueryParam "alt" AltJSON :> Get '[JSON] Payments)))
- paymentsList :: PaymentsList
- data PaymentsList
REST Resource
type PaymentsListResource = "adsense" :> ("v1.4" :> ("payments" :> (QueryParam "alt" AltJSON :> Get '[JSON] Payments))) Source #
A resource alias for adsense.payments.list
method which the
PaymentsList
request conforms to.
Creating a Request
paymentsList :: PaymentsList Source #
Creates a value of PaymentsList
with the minimum fields required to make a request.
data PaymentsList Source #
List the payments for this AdSense account.
See: paymentsList
smart constructor.