consumptionStatus property

int? consumptionStatus
final

A value that indicates the extent to which the customer consumed the in-app purchase.

Possible Values: 0 - The consumption status is undeclared. 1 - The in-app purchase is not consumed. 2 - The in-app purchase is partially consumed. 3 - The in-app purchase is fully consumed.

Implementation

final int? consumptionStatus;