- 资源:VoidedPurchase
<ph type="x-smartling-placeholder">
- </ph>
- JSON 表示法
- 方法
资源:VoidedPurchase
VoidedPurchase 资源表示购买交易已被取消/退款/退款。
JSON 表示法 |
---|
{ "kind": string, "purchaseToken": string, "purchaseTimeMillis": string, "voidedTimeMillis": string, "orderId": string, "voidedSource": integer, "voidedReason": integer, "voidedQuantity": integer } |
字段 | |
---|---|
kind |
此种类表示 androidpublisher 服务中的作废的 purchase 对象。 |
purchaseToken |
唯一标识一次性购买或订阅的令牌。要唯一标识订阅续订,请使用 orderId(API 版本 3 及更高版本)。 |
purchaseTimeMillis |
购买时间,以从公元纪年(1970 年 1 月 1 日)开始计算的毫秒数表示。 |
voidedTimeMillis |
购买交易被取消/退款/退款的时间,以从公元纪年(1970 年 1 月 1 日)开始计算的毫秒数表示。 |
orderId |
唯一标识一次性购买、订阅购买或订阅续订的订单 ID。 |
voidedSource |
作废购买交易的发起方,可能的值为:0。用户 1。开发者 2.Google |
voidedReason |
购买交易作废的原因,可能的值为:0。其他 1.后悔 2.Not_received 3.有缺陷 4.Accidental_purchase 5.欺诈 6.友好欺诈 7.退款 8.Unacknowledged_purchase |
voidedQuantity |
因数量形式部分退款而导致的作废商品的数量。仅当 includeQuantityBasedPartialrefund 设置为 true 时,才可以退回基于数量的部分退款的作废购买交易。 |
方法 |
|
---|---|
|
列出已取消、已退款或已退款的购买交易。 |