orders

@JvmName(name = "listOrdersResponseOrderSummary")
fun Flow<ListOrdersResponse>.orders(): Flow<OrderSummary>

This paginator transforms the flow returned by listOrdersPaginated to access the nested member OrderSummary

Return

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