offerTags property

List<OfferTag>? offerTags
getter/setter pair

List of up to 20 custom tags specified for this base plan, and returned to the app through the billing library.

Subscription offers for this base plan will also receive these offer tags in the billing library.

Implementation

core.List<OfferTag>? offerTags;