Class Payment
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
Id
Unique identifier of this Payment.
public virtual string Id { get; set; }
Property Value
Kind
Kind of resource this is, in this case adsense#payment.
public virtual string Kind { get; set; }
Property Value
PaymentAmount
The amount to be paid.
public virtual string PaymentAmount { get; set; }
Property Value
PaymentAmountCurrencyCode
The currency code for the amount to be paid.
public virtual string PaymentAmountCurrencyCode { get; set; }
Property Value
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; }