prices

@JvmName(name = "listPricesResponseDomainPrice")
fun Flow<ListPricesResponse>.prices(): Flow<DomainPrice>

This paginator transforms the flow returned by listPricesPaginated to access the nested member DomainPrice

Return

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