productPricing property

String? productPricing
getter/setter pair

Whether this product is free, free with in-app purchases, or paid.

If the pricing is unknown, this means the product is not generally available anymore (even though it might still be available to people who own it). Possible string values are:

  • "unknown" : Unknown pricing, used to denote an approved product that is not generally available.
  • "free" : The product is free.
  • "freeWithInAppPurchase" : The product is free, but offers in-app purchases.
  • "paid" : The product is paid.

Implementation

core.String? productPricing;