Show / Hide Table of Contents

Class PartialRefundEvent

Details of the partial refund events for this order.

Inheritance
object
PartialRefundEvent
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 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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX