oneTimeProducts property

List<OneTimeProduct>? oneTimeProducts
getter/setter pair

The list of updated one-time products.

This list will match the requests one to one, in the same order.

Implementation

core.List<OneTimeProduct>? oneTimeProducts;