events

@JvmName(name = "listFilteredTransactionEventsResponseTransactionEvent")
fun Flow<ListFilteredTransactionEventsResponse>.events(): Flow<TransactionEvent>

This paginator transforms the flow returned by listFilteredTransactionEventsPaginated to access the nested member TransactionEvent

Return

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


@JvmName(name = "listTransactionEventsResponseTransactionEvent")
fun Flow<ListTransactionEventsResponse>.events(): Flow<TransactionEvent>

This paginator transforms the flow returned by listTransactionEventsPaginated to access the nested member TransactionEvent

Return

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