Show / Hide Table of Contents

Class Payment

Inheritance
System.Object
Payment
Implements
Google.Apis.Requests.IDirectResponseSchema
Inherited Members
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.Data
Assembly: Google.Apis.AdSense.v1_4.dll
Syntax
public class Payment : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
System.String

Id

Unique identifier of this Payment.

Declaration
[JsonProperty("id")]
public virtual string Id { get; set; }
Property Value
Type Description
System.String

Kind

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

Declaration
[JsonProperty("kind")]
public virtual string Kind { get; set; }
Property Value
Type Description
System.String

PaymentAmount

The amount to be paid.

Declaration
[JsonProperty("paymentAmount")]
public virtual string PaymentAmount { get; set; }
Property Value
Type Description
System.String

PaymentAmountCurrencyCode

The currency code for the amount to be paid.

Declaration
[JsonProperty("paymentAmountCurrencyCode")]
public virtual string PaymentAmountCurrencyCode { get; set; }
Property Value
Type Description
System.String

PaymentDate

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

Declaration
[JsonProperty("paymentDate")]
public virtual string PaymentDate { get; set; }
Property Value
Type Description
System.String

Implements

Google.Apis.Requests.IDirectResponseSchema
In This Article
Back to top