Show / Hide Table of Contents

Class OrderHistory

Details about events which modified the order.

Inheritance
object
OrderHistory
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 OrderHistory : IDirectResponseSchema

Properties

CancellationEvent

Details of when the order was canceled.

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

ETag

The ETag of the item.

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

PartialRefundEvents

Details of the partial refund events for this order.

Declaration
[JsonProperty("partialRefundEvents")]
public virtual IList<PartialRefundEvent> PartialRefundEvents { get; set; }
Property Value
Type Description
IList<PartialRefundEvent>

ProcessedEvent

Details of when the order was processed.

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

RefundEvent

Details of when the order was fully refunded.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX