Show / Hide Table of Contents

Class ListPaymentsResponse

Response definition for the payments list rpc.

Inheritance
object
ListPaymentsResponse
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Adsense.v2.Data
Assembly: Google.Apis.Adsense.v2.dll
Syntax
public class ListPaymentsResponse : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

Payments

The payments returned in this list response.

Declaration
[JsonProperty("payments")]
public virtual IList<Payment> Payments { get; set; }
Property Value
Type Description
IList<Payment>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX