getOfferings

abstract fun getOfferings(): List<Offering>

Retrieves a list of offerings based on the provided filter.

Return

A list of Offering objects matching the filter.

Throws

if any of the offerings are not found.