Class PartialRefundEvent
Details of the partial refund events for this order.
Implements
Inherited Members
Namespace: Google.Apis.AndroidPublisher.v3.Data
Assembly: Google.Apis.AndroidPublisher.v3.dll
Syntax
public class PartialRefundEvent : IDirectResponseSchema
Properties
CreateTime
object representation of CreateTimeRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use CreateTimeDateTimeOffset instead.")]
public virtual object CreateTime { get; set; }
Property Value
Type | Description |
---|---|
object |
CreateTimeDateTimeOffset
DateTimeOffset representation of CreateTimeRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? CreateTimeDateTimeOffset { get; set; }
Property Value
Type | Description |
---|---|
DateTimeOffset? |
CreateTimeRaw
The time when the partial refund was created.
Declaration
[JsonProperty("createTime")]
public virtual string CreateTimeRaw { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
ProcessTime
object representation of ProcessTimeRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use ProcessTimeDateTimeOffset instead.")]
public virtual object ProcessTime { get; set; }
Property Value
Type | Description |
---|---|
object |
ProcessTimeDateTimeOffset
DateTimeOffset representation of ProcessTimeRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? ProcessTimeDateTimeOffset { get; set; }
Property Value
Type | Description |
---|---|
DateTimeOffset? |
ProcessTimeRaw
The time when the partial refund was processed.
Declaration
[JsonProperty("processTime")]
public virtual string ProcessTimeRaw { get; set; }
Property Value
Type | Description |
---|---|
string |
RefundDetails
Details for the partial refund.
Declaration
[JsonProperty("refundDetails")]
public virtual RefundDetails RefundDetails { get; set; }
Property Value
Type | Description |
---|---|
RefundDetails |
State
The state of the partial refund.
Declaration
[JsonProperty("state")]
public virtual string State { get; set; }
Property Value
Type | Description |
---|---|
string |