billingViews

@JvmName(name = "listBillingViewsResponseBillingViewListElement")
fun Flow<ListBillingViewsResponse>.billingViews(): Flow<BillingViewListElement>

This paginator transforms the flow returned by listBillingViewsPaginated to access the nested member BillingViewListElement

Return

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