| 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 |
Network.Google.Resource.AdSense.Payments.List
Contents
Description
List the payments for this AdSense account.
See: AdSense Management API Reference for adsense.payments.list.
- 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))) #
A resource alias for adsense.payments.list method which the
PaymentsList request conforms to.
Creating a Request
paymentsList :: PaymentsList #
Creates a value of PaymentsList with the minimum fields required to make a request.
data PaymentsList #
List the payments for this AdSense account.
See: paymentsList smart constructor.
Instances
| Eq PaymentsList # | |
| Data PaymentsList # | |
| Show PaymentsList # | |
| Generic PaymentsList # | |
| GoogleRequest PaymentsList # | |
| type Rep PaymentsList # | |
| type Scopes PaymentsList # | |
| type Rs PaymentsList # | |