public function TaxRatePercentage::getNumber in Commerce Core 8.2
Gets the number.
Return value
string The number, expressed as a decimal. For example, 0.2 for a 20% tax rate.
File
- modules/
tax/ src/ TaxRatePercentage.php, line 88
Class
- TaxRatePercentage
- Represents a tax rate percentage.
Namespace
Drupal\commerce_taxCode
public function getNumber() {
return $this->number;
}