Home
last modified time | relevance | path

Searched defs:taxIncluded (Results 1 – 2 of 2) sorted by path

/dports/finance/prestashop/prestashop/src/Core/Cart/
H A DAmountImmutable.php40 protected $taxIncluded = 0.0; variable in PrestaShop\\PrestaShop\\Core\\Cart\\AmountImmutable
47 public function __construct($taxIncluded = 0.0, $taxExcluded = 0.0)
66 protected function setTaxIncluded($taxIncluded)
/dports/finance/prestashop/prestashop/src/Core/Domain/Order/QueryResult/
H A DOrderPreview.php52 private $taxIncluded; variable in PrestaShop\\PrestaShop\\Core\\Domain\\Order\\QueryResult\\OrderPreview
83 bool $taxIncluded,