Table of Contents

Class Payment

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

Constructors

Payment()

public Payment()

Properties

ETag

The ETag of the item.

public virtual string ETag { get; set; }

Property Value

string

Id

Unique identifier of this Payment.

public virtual string Id { get; set; }

Property Value

string

Kind

Kind of resource this is, in this case adsense#payment.

public virtual string Kind { get; set; }

Property Value

string

PaymentAmount

The amount to be paid.

public virtual string PaymentAmount { get; set; }

Property Value

string

PaymentAmountCurrencyCode

The currency code for the amount to be paid.

public virtual string PaymentAmountCurrencyCode { get; set; }

Property Value

string

PaymentDate

The date this payment was/will be credited to the user, or none if the payment threshold has not been met.

public virtual string PaymentDate { get; set; }

Property Value

string