priceLists

@JvmName(name = "listPriceListsResponsePriceList")
fun Flow<ListPriceListsResponse>.priceLists(): Flow<PriceList>

This paginator transforms the flow returned by listPriceListsPaginated to access the nested member PriceList

Return

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