oneTimeProductOffers property

List<OneTimeProductOffer>? oneTimeProductOffers
getter/setter pair

The list of updated one-time product offers, in the same order as the request.

Implementation

core.List<OneTimeProductOffer>? oneTimeProductOffers;