VoidedPurchase
Represents an in-app voided purchase.
Public parameters
Name | Type | Description |
---|---|---|
kind | String | Type of voided purchase object. |
purchaseToken | String | Purchase token for the Purchase. |
orderId | String | Order ID for the Purchase. |
purchaseTimeMillis | Long | Time in millis for when the Purchase was made. |
voidedTimeMillis | Long | Time in millis for when the Purchase was voided. |
voidedReason | Int | Reason of the Voiding of the Purchase. |
voidedReason
Reason of the Voiding of the Purchase. Possible values are:
Value | Description |
---|---|
0 | Purchase has been REFUNDED. |
7 | Purchase has been CHARGEDBACK. |
Updated 7 days ago