*/ namespace Adyen\Payment\Api; interface AdyenRequestMerchantSessionInterface { /** * @return mixed */ public function getMerchantSession(); }