oneTimeProducts property

List<OneTimeProduct>? oneTimeProducts
getter/setter pair

The list of requested one-time products, in the same order as the request.

Implementation

core.List<OneTimeProduct>? oneTimeProducts;