paymentInstruments

@JvmName(name = "listPaymentInstrumentsResponsePaymentInstrumentSummary")
fun Flow<ListPaymentInstrumentsResponse>.paymentInstruments(): Flow<PaymentInstrumentSummary>

This paginator transforms the flow returned by listPaymentInstrumentsPaginated to access the nested member PaymentInstrumentSummary

Return

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