gogol-adsense-0.0.1: Google AdSense Management SDK.

Copyright(c) 2015 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone
LanguageHaskell2010

Network.Google.Resource.AdSense.Accounts.Payments.List

Contents

Description

List the payments for the specified AdSense account.

See: AdSense Management API Reference for adsense.accounts.payments.list.

Synopsis

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

accountsPaymentsList Source

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:

Request Lenses

aplAccountId :: Lens' AccountsPaymentsList Text Source

Account for which to retrieve the payments.