getOffering

abstract fun getOffering(id: String): Offering

Retrieves the offering with the specified ID.

Return

The Offering with the specified ID.

Parameters

id

The ID of the offering to retrieve.

Throws

NoSuchElementException

if the offering with the specified ID is not found.

for general exceptions.