Class AccountsResource.PaymentsResource.ListRequest
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
IClientServiceaccountId
string
Properties
AccountId
Account for which to retrieve the payments.
public virtual string AccountId { get; }
Property Value
HttpMethod
Gets the HTTP method.
public override string HttpMethod { get; }
Property Value
MethodName
Gets the method name.
public override string MethodName { get; }
Property Value
RestPath
Gets the REST path.
public override string RestPath { get; }
Property Value
Methods
InitParameters()
Initializes List parameter list.
protected override void InitParameters()