BatchGetOneTimeProductsResponse constructor

BatchGetOneTimeProductsResponse({
  1. List<OneTimeProduct>? oneTimeProducts,
})

Implementation

BatchGetOneTimeProductsResponse({this.oneTimeProducts});