You are here

public function TaxRate::getPercentages in Commerce Core 8.2

Gets the percentages.

Return value

\Drupal\commerce_tax\TaxRatePercentage[] The percentages.

File

modules/tax/src/TaxRate.php, line 92

Class

TaxRate
Represents a tax rate.

Namespace

Drupal\commerce_tax

Code

public function getPercentages() {
  return $this->percentages;
}