productsV2

@JvmName(name = "describeProductsV2ResponseProductV2")
fun Flow<DescribeProductsV2Response>.productsV2(): Flow<ProductV2>

This paginator transforms the flow returned by describeProductsV2Paginated to access the nested member ProductV2

Return

A kotlinx.coroutines.flow.Flow that can collect ProductV2