oneTimeProducts property

List<OneTimeProduct>? oneTimeProducts
getter/setter pair

The one-time products from the specified app.

Implementation

core.List<OneTimeProduct>? oneTimeProducts;