Class Payments
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
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
Kind
Kind of list this is, in this case adsense#payments.
public virtual string Kind { get; set; }