listings property

Map<String, InAppProductListing>? listings
getter/setter pair

List of localized title and description data.

Map key is the language of the localized data, as defined by BCP-47, e.g. "en-US".

Implementation

core.Map<core.String, InAppProductListing>? listings;