oneTimeProducts property

List<OneTimeProduct>? oneTimeProducts
getter/setter pair

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

Implementation

core.List<OneTimeProduct>? oneTimeProducts;