linkedOfferIds property

List<String>? linkedOfferIds
getter/setter pair

A list of offer objects linked to this event ticket.

The offer objects must already exist. Offer object IDs should follow the format issuer ID. identifier where the former is issued by Google and latter is chosen by you.

Implementation

core.List<core.String>? linkedOfferIds;