commercetools-sdk-php-v2
The commercetools platform, import-api and PHP sdks generated from our api reference.
lib
commercetools-history
src
Models
ChangeValue
ShippingMethodTaxAmountChangeValue.php
1
<?php
2
3
declare(strict_types=1);
9
namespace
Commercetools\History\Models\ChangeValue
;
10
11
use
Commercetools\Base\JsonObject
;
12
use
Commercetools\Base\DateTimeImmutableCollection
;
13
use
Commercetools\History\Models\Common\TaxRate
;
14
use
Commercetools\History\Models\Common\TaxedPrice
;
15
16
interface
ShippingMethodTaxAmountChangeValue
extends
JsonObject
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
}
Commercetools\Base\DateTimeImmutableCollection
Definition:
DateTimeImmutableCollection.php:21
Commercetools\Base\JsonObject
Definition:
JsonObject.php:15
Commercetools\History\Models\ChangeValue\ShippingMethodTaxAmountChangeValue
Definition:
ShippingMethodTaxAmountChangeValue.php:17
Commercetools\History\Models\ChangeValue\ShippingMethodTaxAmountChangeValue\getTaxedPrice
getTaxedPrice()
Commercetools\History\Models\ChangeValue\ShippingMethodTaxAmountChangeValue\setTaxRate
setTaxRate(?TaxRate $taxRate)
Commercetools\History\Models\ChangeValue\ShippingMethodTaxAmountChangeValue\FIELD_TAXED_PRICE
const FIELD_TAXED_PRICE
Definition:
ShippingMethodTaxAmountChangeValue.php:19
Commercetools\History\Models\ChangeValue\ShippingMethodTaxAmountChangeValue\setTaxedPrice
setTaxedPrice(?TaxedPrice $taxedPrice)
Commercetools\History\Models\ChangeValue\ShippingMethodTaxAmountChangeValue\FIELD_TAX_RATE
const FIELD_TAX_RATE
Definition:
ShippingMethodTaxAmountChangeValue.php:20
Commercetools\History\Models\ChangeValue\ShippingMethodTaxAmountChangeValue\getTaxRate
getTaxRate()
Commercetools\History\Models\Common\TaxRate
Definition:
TaxRate.php:15
Commercetools\History\Models\Common\TaxedPrice
Definition:
TaxedPrice.php:15
Commercetools\History\Models\ChangeValue
Definition:
AssetChangeValue.php:9
Generated by
1.9.1