consumptionState property

String? consumptionState
getter/setter pair

The consumption state of the purchase.

Output only. Possible string values are:

  • "CONSUMPTION_STATE_UNSPECIFIED" : Consumption state unspecified. This value should never be set.
  • "CONSUMPTION_STATE_YET_TO_BE_CONSUMED" : Yet to be consumed.
  • "CONSUMPTION_STATE_CONSUMED" : Consumed already.

Implementation

core.String? consumptionState;