public function TaxRate::getId in Commerce Core 8.2
Gets the ID.
Return value
string The ID.
File
- modules/
tax/ src/ TaxRate.php, line 70
Class
- TaxRate
- Represents a tax rate.
Namespace
Drupal\commerce_taxCode
public function getId() {
return $this->id;
}