statements

@JvmName(name = "listStatementsResponseStatementData")
fun Flow<ListStatementsResponse>.statements(): Flow<StatementData>

This paginator transforms the flow returned by listStatementsPaginated to access the nested member StatementData

Return

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