Table of Contents

Class AccountsResource.PaymentsResource.ListRequest

Namespace
Google.Apis.AdSense.v1_4
Assembly
Google.Apis.AdSense.v1_4.dll

List the payments for the specified AdSense account.

public class AccountsResource.PaymentsResource.ListRequest : AdSenseBaseServiceRequest<Payments>
Inheritance
AccountsResource.PaymentsResource.ListRequest
Inherited Members

Constructors

ListRequest(IClientService, string)

Constructs a new List request.

public ListRequest(IClientService service, string accountId)

Parameters

service IClientService
accountId string

Properties

AccountId

Account for which to retrieve the payments.

public virtual string AccountId { get; }

Property Value

string

HttpMethod

Gets the HTTP method.

public override string HttpMethod { get; }

Property Value

string

MethodName

Gets the method name.

public override string MethodName { get; }

Property Value

string

RestPath

Gets the REST path.

public override string RestPath { get; }

Property Value

string

Methods

InitParameters()

Initializes List parameter list.

protected override void InitParameters()