Show / Hide Table of Contents

Class AccountsResource.PaymentsResource

The "payments" collection of methods.

Inheritance
System.Object
AccountsResource.PaymentsResource
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.AdSense.v1_4
Assembly: Google.Apis.AdSense.v1_4.dll
Syntax
public class PaymentsResource

Constructors

PaymentsResource(IClientService)

Constructs a new resource.

Declaration
public PaymentsResource(IClientService service)
Parameters
Type Name Description
Google.Apis.Services.IClientService service

Methods

List(String)

List the payments for the specified AdSense account.

Declaration
public virtual AccountsResource.PaymentsResource.ListRequest List(string accountId)
Parameters
Type Name Description
System.String accountId

Account for which to retrieve the payments.

Returns
Type Description
AccountsResource.PaymentsResource.ListRequest
In This Article
Back to top