commercetools-sdk-php-v2
The commercetools platform, import-api and PHP sdks generated from our api reference.
lib
commercetools-api
src
Models
Cart
MethodTaxedPrice.php
1
<?php
2
3
declare(strict_types=1);
9
namespace
Commercetools\Api\Models\Cart
;
10
11
use
Commercetools\Base\DateTimeImmutableCollection
;
12
use
Commercetools\Base\JsonObject
;
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
}
Commercetools\Base\DateTimeImmutableCollection
Definition:
DateTimeImmutableCollection.php:21
Commercetools\Api\Models\Cart\MethodTaxedPrice
Definition:
MethodTaxedPrice.php:15
Commercetools\Api\Models\Cart\MethodTaxedPrice\setTaxedPrice
setTaxedPrice(?TaxedItemPrice $taxedPrice)
Commercetools\Api\Models\Cart\MethodTaxedPrice\getTaxedPrice
getTaxedPrice()
Commercetools\Api\Models\Cart\MethodTaxedPrice\getShippingMethodKey
getShippingMethodKey()
Commercetools\Api\Models\Cart\MethodTaxedPrice\setShippingMethodKey
setShippingMethodKey(?string $shippingMethodKey)
Commercetools\Api\Models\Cart\MethodTaxedPrice\FIELD_SHIPPING_METHOD_KEY
const FIELD_SHIPPING_METHOD_KEY
Definition:
MethodTaxedPrice.php:16
Commercetools\Api\Models\Cart\MethodTaxedPrice\FIELD_TAXED_PRICE
const FIELD_TAXED_PRICE
Definition:
MethodTaxedPrice.php:17
Commercetools\Api\Models\Cart\TaxedItemPrice
Definition:
TaxedItemPrice.php:16
Commercetools\Base\JsonObject
Definition:
JsonObject.php:15
Commercetools\Api\Models\Cart
Definition:
Cart.php:9
Generated by
1.9.1