You are here

public function TaxZone::getId in Commerce Core 8.2

Gets the ID.

Return value

string The ID.

File

modules/tax/src/TaxZone.php, line 84

Class

TaxZone
Represents a tax zone.

Namespace

Drupal\commerce_tax

Code

public function getId() {
  return $this->id;
}