Show / Hide Table of Contents

Class AccountsResource.PaymentsResource

The "payments" collection of methods.

Inheritance
object
AccountsResource.PaymentsResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Adsense.v2
Assembly: Google.Apis.Adsense.v2.dll
Syntax
public class AccountsResource.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
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 Generated by DocFX