diff --git a/src/Core/Request/Carts/Command/CartRemoveLineItemAction.php b/src/Core/Request/Carts/Command/CartRemoveLineItemAction.php index 4fde8d418f..e07c2ac744 100644 --- a/src/Core/Request/Carts/Command/CartRemoveLineItemAction.php +++ b/src/Core/Request/Carts/Command/CartRemoveLineItemAction.php @@ -19,6 +19,10 @@ * @method CartRemoveLineItemAction setLineItemId(string $lineItemId = null) * @method int getQuantity() * @method CartRemoveLineItemAction setQuantity(int $quantity = null) + * @method Money getExternalPrice() + * @method CartRemoveLineItemAction setExternalPrice(Money $externalPrice = null) + * @method ExternalLineItemTotalPrice getExternalTotalPrice() + * @method CartRemoveLineItemAction setExternalTotalPrice(ExternalLineItemTotalPrice $externalTotalPrice = null) */ class CartRemoveLineItemAction extends AbstractAction {