Show / Hide Table of Contents

Class AccountsResource.PaymentsResource.ListRequest

List the payments for the specified AdSense account.

Inheritance
System.Object
ClientServiceRequest
ClientServiceRequest<Payments>
AdSenseBaseServiceRequest<Payments>
AccountsResource.PaymentsResource.ListRequest
Implements
IClientServiceRequest<Payments>
IClientServiceRequest
Inherited Members
AdSenseBaseServiceRequest<Payments>.Alt
AdSenseBaseServiceRequest<Payments>.Fields
AdSenseBaseServiceRequest<Payments>.Key
AdSenseBaseServiceRequest<Payments>.OauthToken
AdSenseBaseServiceRequest<Payments>.PrettyPrint
AdSenseBaseServiceRequest<Payments>.QuotaUser
AdSenseBaseServiceRequest<Payments>.UserIp
ClientServiceRequest<Payments>.Execute()
ClientServiceRequest<Payments>.ExecuteAsStream()
ClientServiceRequest<Payments>.ExecuteAsync()
ClientServiceRequest<Payments>.ExecuteAsync(CancellationToken)
ClientServiceRequest<Payments>.ExecuteAsStreamAsync()
ClientServiceRequest<Payments>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<Payments>.CreateRequest(Nullable<Boolean>)
ClientServiceRequest<Payments>.GenerateRequestUri()
ClientServiceRequest<Payments>.GetBody()
ClientServiceRequest<Payments>.GetDefaultETagAction(String)
ClientServiceRequest<Payments>.ETagAction
ClientServiceRequest<Payments>.ModifyRequest
ClientServiceRequest<Payments>.RequestParameters
ClientServiceRequest<Payments>.Service
ClientServiceRequest._unsuccessfulResponseHandlers
ClientServiceRequest._exceptionHandlers
ClientServiceRequest._executeInterceptors
ClientServiceRequest.AddUnsuccessfulResponseHandler(IHttpUnsuccessfulResponseHandler)
ClientServiceRequest.AddExceptionHandler(IHttpExceptionHandler)
ClientServiceRequest.AddExecuteInterceptor(IHttpExecuteInterceptor)
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 ListRequest : AdSenseBaseServiceRequest<Payments>, IClientServiceRequest<Payments>, IClientServiceRequest

Constructors

ListRequest(IClientService, String)

Constructs a new List request.

Declaration
public ListRequest(IClientService service, string accountId)
Parameters
Type Name Description
IClientService service
System.String accountId

Properties

AccountId

Account for which to retrieve the payments.

Declaration
[RequestParameter("accountId", RequestParameterType.Path)]
public virtual string AccountId { get; }
Property Value
Type Description
System.String

HttpMethod

Gets the HTTP method.

Declaration
public override string HttpMethod { get; }
Property Value
Type Description
System.String
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.AdSense.v1_4.Data.Payments>.HttpMethod

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
System.String
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.AdSense.v1_4.Data.Payments>.MethodName

RestPath

Gets the REST path.

Declaration
public override string RestPath { get; }
Property Value
Type Description
System.String
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.AdSense.v1_4.Data.Payments>.RestPath

Methods

InitParameters()

Initializes List parameter list.

Declaration
protected override void InitParameters()
Overrides
Google.Apis.AdSense.v1_4.AdSenseBaseServiceRequest<Google.Apis.AdSense.v1_4.Data.Payments>.InitParameters()

Implements

IClientServiceRequest<TResponse>
IClientServiceRequest
Back to top