numPurchases property

int? numPurchases
getter/setter pair

Number of in-app purchases made by the player in this game.

E.g., 0, 1, 5, 10, ... . Not populated if there is not enough information.

Implementation

core.int? numPurchases;