orders

@JvmName(name = "listOrdersResponseOrder")
fun Flow<ListOrdersResponse>.orders(): Flow<Order>

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

Return

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