You are here

public function Avatax::getApiKey in Drupal Commerce Connector for AvaTax 7.5

Returns the object's API key.

Return value

string The API key.

File

lib/Avatax.php, line 107
Defines a class for consuming the Avatax API.

Class

Avatax
Defines the Avatax class.

Code

public function getApiKey() {
  return $this->apiKey;
}