Class OrderHistory
Details about events which modified the order.
Implements
Inherited Members
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 |