commercetools-sdk-php-v2
The commercetools platform, import-api and PHP sdks generated from our api reference.
Loading...
Searching...
No Matches
ExternalLineItemTotalPrice.php
1<?php
2
3declare(strict_types=1);
10
14
16{
17 public const FIELD_PRICE = 'price';
18 public const FIELD_TOTAL_PRICE = 'totalPrice';
19
27 public function getPrice();
28
35 public function getTotalPrice();
36
40 public function setPrice(?Money $price): void;
41
45 public function setTotalPrice(?Money $totalPrice): void;
46}