offerings

@JvmName(name = "listOfferingsResponseOffering")
fun Flow<ListOfferingsResponse>.offerings(): Flow<Offering>

This paginator transforms the flow returned by listOfferingsPaginated to access the nested member Offering

Return

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