oneTimeProductOffers property

List<OneTimeProductOffer>? oneTimeProductOffers
getter/setter pair

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

Implementation

core.List<OneTimeProductOffer>? oneTimeProductOffers;