Class OrdersReviewRefundRequest
Request for the orders.reviewrefund API.
Implements
Inherited Members
Namespace: Google.Apis.AndroidPublisher.v3.Data
Assembly: Google.Apis.AndroidPublisher.v3.dll
Syntax
public class OrdersReviewRefundRequest : IDirectResponseSchema
Properties
ConsumptionPercentageMilliunits
Optional. Percentage of the In-App purchase the customer consumed, in milliunits. Minimum: 0 Maximum: 100,000. For paid apps, this can be omitted. Example : 45200 represents 45.2%.
Declaration
[JsonProperty("consumptionPercentageMilliunits")]
public virtual int? ConsumptionPercentageMilliunits { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |
ConsumptionUsageEvents
Optional. List of events, each representing an instance where the user consumed or used the purchased item or service. Lists with over 1000 items will be rejected.
Declaration
[JsonProperty("consumptionUsageEvents")]
public virtual IList<ConsumptionUsageEvent> ConsumptionUsageEvents { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<ConsumptionUsageEvent> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
PendingRefundToken
Required. The pending refund token included in the pending refund review notification.
Declaration
[JsonProperty("pendingRefundToken")]
public virtual string PendingRefundToken { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
RefundPreference
Required. Indicates your preference, based on your operational logic, as to whether the Play Store should grant the refund.
Declaration
[JsonProperty("refundPreference")]
public virtual string RefundPreference { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
SampleContentProvided
Required. Indicates whether you provided a free sample, trial, or information about the functionality prior to the purchase.
Declaration
[JsonProperty("sampleContentProvided")]
public virtual bool? SampleContentProvided { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |