EFL
EflClient

getSectorClassAndType

Returns sector, class and product type information for the given transaction.

getSectorClassAndType() retrieves sector, class and product type information in the context of a transaction. It wraps ProductsApiClient::getSectorClassAndType() and maps the response to SectorProductInfoTree.

All methods on EflClient may throw:

Method signature

public function getSectorClassAndType(
    string $transactionId,
    string $bearerToken
): SectorProductInfoTree

Parameters

NameTypeRequiredDescription
transactionIdstringYesIdentifier of the transaction.
bearerTokenstringYesBearer token.

Return value