Show / Hide Table of Contents

Class VoidedPurchasesListResponse

Response for the voidedpurchases.list API.

Inheritance
object
VoidedPurchasesListResponse
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.AndroidPublisher.v3.Data
Assembly: Google.Apis.AndroidPublisher.v3.dll
Syntax
public class VoidedPurchasesListResponse : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

PageInfo

General pagination information.

Declaration
[JsonProperty("pageInfo")]
public virtual PageInfo PageInfo { get; set; }
Property Value
Type Description
PageInfo

TokenPagination

Pagination information for token pagination.

Declaration
[JsonProperty("tokenPagination")]
public virtual TokenPagination TokenPagination { get; set; }
Property Value
Type Description
TokenPagination

VoidedPurchases

Declaration
[JsonProperty("voidedPurchases")]
public virtual IList<VoidedPurchase> VoidedPurchases { get; set; }
Property Value
Type Description
IList<VoidedPurchase>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX