customerAgreements

@JvmName(name = "listCustomerAgreementsResponseCustomerAgreementSummary")
fun Flow<ListCustomerAgreementsResponse>.customerAgreements(): Flow<CustomerAgreementSummary>

This paginator transforms the flow returned by listCustomerAgreementsPaginated to access the nested member CustomerAgreementSummary

Return

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