VoidedPurchase

Represents an in-app voided purchase.


Public parameters

NameTypeDescription
kindStringType of voided purchase object.
purchaseTokenStringPurchase token for the Purchase.
orderIdStringOrder ID for the Purchase.
purchaseTimeMillisLongTime in millis for when the Purchase was made.
voidedTimeMillisLongTime in millis for when the Purchase was voided.
voidedReasonIntReason of the Voiding of the Purchase.

voidedReason

Reason of the Voiding of the Purchase. Possible values are:

ValueDescription
0Purchase has been REFUNDED.
7Purchase has been CHARGEDBACK.