purchaseType property

String? purchaseType
getter/setter pair

The type of the product, e.g. a recurring subscription. Possible string values are:

  • "purchaseTypeUnspecified" : Unspecified purchase type.
  • "managedUser" : The default product type - one time purchase.
  • "subscription" : In-app product with a recurring period.

Implementation

core.String? purchaseType;