commercetools-sdk-php-v2
The commercetools platform, import-api and PHP sdks generated from our api reference.
Loading...
Searching...
No Matches
CartsConfiguration.php
1<?php
2
3declare(strict_types=1);
10
13
15{
16 public const FIELD_DELETE_DAYS_AFTER_LAST_MODIFICATION = 'deleteDaysAfterLastModification';
17 public const FIELD_COUNTRY_TAX_RATE_FALLBACK_ENABLED = 'countryTaxRateFallbackEnabled';
18
28
36
40 public function setDeleteDaysAfterLastModification(?int $deleteDaysAfterLastModification): void;
41
45 public function setCountryTaxRateFallbackEnabled(?bool $countryTaxRateFallbackEnabled): void;
46}
setDeleteDaysAfterLastModification(?int $deleteDaysAfterLastModification)
setCountryTaxRateFallbackEnabled(?bool $countryTaxRateFallbackEnabled)