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.v2
Assembly: Google.Apis.Adsense.v2.dll
Syntax
public class PaymentsResource

Constructors

PaymentsResource(IClientService)

Constructs a new resource.

Declaration
public PaymentsResource(IClientService service)
Parameters
Type Name Description
IClientService service

Methods

List(String)

Lists all the payments available for an account.

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

Required. The account which owns the collection of payments. Format: accounts/{account}

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