paymentSessions

@JvmName(name = "listPaymentSessionsResponsePaymentSessionSummary")
fun Flow<ListPaymentSessionsResponse>.paymentSessions(): Flow<PaymentSessionSummary>

This paginator transforms the flow returned by listPaymentSessionsPaginated to access the nested member PaymentSessionSummary

Return

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