You are here

public function LocalTaxTypeInterface::shouldRound in Commerce Core 8.2

Gets whether tax should be rounded at the order item level.

Return value

bool TRUE if tax should be rounded at the order item level, FALSE otherwise.

1 method overrides LocalTaxTypeInterface::shouldRound()
LocalTaxTypeBase::shouldRound in modules/tax/src/Plugin/Commerce/TaxType/LocalTaxTypeBase.php
Gets whether tax should be rounded at the order item level.

File

modules/tax/src/Plugin/Commerce/TaxType/LocalTaxTypeInterface.php, line 21

Class

LocalTaxTypeInterface
Defines the interface for local tax type plugins.

Namespace

Drupal\commerce_tax\Plugin\Commerce\TaxType

Code

public function shouldRound();