<?php/** * This file is part of the Klarna Kp module * * (c) Klarna AB * * For the full copyright and license information, please view the NOTICE * and LICENSE files that were distributed with this source code. */namespaceKlarna\Kp\Api;useMagento\Quote\Api\Data\CartInterface;/** * Interface SessionInitiatorInterface * * @package Klarna\Kp\Api */interfaceSessionInitiatorInterface{/** * @param CartInterface $quote * @param string $code * @return bool */publicfunctioncheckAvailable($quote,$code);}