prices property

Map<String, Price>? prices
getter/setter pair

Prices per buyer region.

None of these can be zero, as in-app products are never free. Map key is region code, as defined by ISO 3166-2.

Implementation

core.Map<core.String, Price>? prices;