Show / Hide Table of Contents

Class PaymentsResource

The "payments" collection of methods.

Inheritance
System.Object
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()

List the payments for this AdSense account.

Declaration
public virtual PaymentsResource.ListRequest List()
Returns
Type Description
PaymentsResource.ListRequest
In This Article
Back to top