accountDetails

@JvmName(name = "listTaxRegistrationsResponseAccountDetails")
fun Flow<ListTaxRegistrationsResponse>.accountDetails(): Flow<AccountDetails>

This paginator transforms the flow returned by listTaxRegistrationsPaginated to access the nested member AccountDetails

Return

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