Class ListPaymentsResponse
Response definition for the payments list rpc.
Implements
Inherited Members
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> |