<?php
namespace Leanpay\Payment\Model\Method\LeanpayInstallment;

/**
 * Interceptor class for @see \Leanpay\Payment\Model\Method\LeanpayInstallment
 */
class Interceptor extends \Leanpay\Payment\Model\Method\LeanpayInstallment implements \Magento\Framework\Interception\InterceptorInterface
{
    use \Magento\Framework\Interception\Interceptor;

    public function __construct(\Leanpay\Payment\Helper\Data $leanHelper, \Magento\Framework\Model\Context $context, \Magento\Framework\Registry $registry, \Magento\Framework\Api\ExtensionAttributesFactory $extensionFactory, \Magento\Framework\Api\AttributeValueFactory $customAttributeFactory, \Magento\Payment\Helper\Data $paymentData, \Magento\Framework\App\Config\ScopeConfigInterface $scopeConfig, \Magento\Payment\Model\Method\Logger $logger, \Leanpay\Payment\Helper\Data $helper, \Magento\Directory\Model\Currency $currencyModel, \Magento\Store\Model\StoreManagerInterface $storeManager, \Magento\Framework\Pricing\PriceCurrencyInterface $priceCurrency, \Magento\Checkout\Model\Session $checkoutSession, \Leanpay\Payment\Model\Request $request, \Magento\Sales\Api\OrderRepositoryInterface $orderRepository, ?\Magento\Framework\Model\ResourceModel\AbstractResource $resource = null, ?\Magento\Framework\Data\Collection\AbstractDb $resourceCollection = null, array $data = [], ?\Magento\Directory\Helper\Data $directory = null)
    {
        $this->___init();
        parent::__construct($leanHelper, $context, $registry, $extensionFactory, $customAttributeFactory, $paymentData, $scopeConfig, $logger, $helper, $currencyModel, $storeManager, $priceCurrency, $checkoutSession, $request, $orderRepository, $resource, $resourceCollection, $data, $directory);
    }
}
