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 the specified AdSense account.
See: AdSense Management API Reference for adsense.accounts.payments.list
.
Synopsis
- type AccountsPaymentsListResource = "adsense" :> ("v1.4" :> ("accounts" :> (Capture "accountId" Text :> ("payments" :> (QueryParam "alt" AltJSON :> Get '[JSON] Payments)))))
- accountsPaymentsList :: Text -> AccountsPaymentsList
- data AccountsPaymentsList
- aplAccountId :: Lens' AccountsPaymentsList Text
REST Resource
type AccountsPaymentsListResource = "adsense" :> ("v1.4" :> ("accounts" :> (Capture "accountId" Text :> ("payments" :> (QueryParam "alt" AltJSON :> Get '[JSON] Payments))))) Source #
A resource alias for adsense.accounts.payments.list
method which the
AccountsPaymentsList
request conforms to.
Creating a Request
Creates a value of AccountsPaymentsList
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data AccountsPaymentsList Source #
List the payments for the specified AdSense account.
See: accountsPaymentsList
smart constructor.
Instances
Request Lenses
aplAccountId :: Lens' AccountsPaymentsList Text Source #
Account for which to retrieve the payments.