Module GapiAdsenseV1_4Service.AccountsResource.Payments

module Payments: sig .. end

val list : ?base_url:string ->
?std_params:GapiService.StandardParameters.t ->
accountId:string ->
GapiConversation.Session.t ->
GapiAdsenseV1_4Model.Payments.t * GapiConversation.Session.t
List the payments for the specified AdSense account.
base_url : Service endpoint base URL (defaults to "https://www.googleapis.com/adsense/v1.4/").
std_params : Optional standard parameters.
accountId : Account for which to retrieve the payments.