billingRecords

@JvmName(name = "viewBillingResponseBillingRecord")
fun Flow<ViewBillingResponse>.billingRecords(): Flow<BillingRecord>

This paginator transforms the flow returned by viewBillingPaginated to access the nested member BillingRecord

Return

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