*/ namespace Adyen\Payment\Api; /** * Interface GuestAdyenPaymentMethodManagementInterface * @api * @package Adyen\Payment\Api */ interface GuestAdyenPaymentMethodManagementInterface { /** * Get payment information * * @param string $cartId * @return \Magento\Checkout\Api\Data\PaymentDetailsInterface */ public function getPaymentMethods($cartId, \Magento\Quote\Api\Data\AddressInterface $shippingAddress); }