Table of Contents

Class Payments

Namespace
Google.Apis.AdSense.v1_4.Data
Assembly
Google.Apis.AdSense.v1_4.dll
public class Payments : IDirectResponseSchema
Inheritance
Payments
Implements
IDirectResponseSchema
Inherited Members

Constructors

Payments()

public Payments()

Properties

ETag

The ETag of the item.

public virtual string ETag { get; set; }

Property Value

string

Items

The list of Payments for the account. One or both of a) the account's most recent payment; and b) the account's upcoming payment.

public virtual IList<Payment> Items { get; set; }

Property Value

IList<Payment>

Kind

Kind of list this is, in this case adsense#payments.

public virtual string Kind { get; set; }

Property Value

string