commercetools-sdk-php-v2
The commercetools platform, import-api and PHP sdks generated from our api reference.
MethodTaxedPrice.php
1 <?php
2 
3 declare(strict_types=1);
10 
13 
14 interface MethodTaxedPrice extends JsonObject
15 {
16  public const FIELD_SHIPPING_METHOD_KEY = 'shippingMethodKey';
17  public const FIELD_TAXED_PRICE = 'taxedPrice';
18 
25  public function getShippingMethodKey();
26 
33  public function getTaxedPrice();
34 
38  public function setShippingMethodKey(?string $shippingMethodKey): void;
39 
43  public function setTaxedPrice(?TaxedItemPrice $taxedPrice): void;
44 }
setTaxedPrice(?TaxedItemPrice $taxedPrice)
setShippingMethodKey(?string $shippingMethodKey)