commercetools-sdk-php-v2
The commercetools platform, import-api and PHP sdks generated from our api reference.
Loading...
Searching...
No Matches
ShippingMethodTaxAmountChangeValue.php
1<?php
2
3declare(strict_types=1);
10
15
17{
18
19 public const FIELD_TAXED_PRICE = 'taxedPrice';
20 public const FIELD_TAX_RATE = 'taxRate';
21
28 public function getTaxedPrice();
29
36 public function getTaxRate();
37
41 public function setTaxedPrice(?TaxedPrice $taxedPrice): void;
42
46 public function setTaxRate(?TaxRate $taxRate): void;
47}