<?php

// autoload_static.php @generated by Composer

namespace Composer\Autoload;

class ComposerStaticInit25ac31379318ff476cec2f11a4a84b90
{
    public static $prefixLengthsPsr4 = array (
        'W' => 
        array (
            'WsdlToPhp\\PackageBase\\' => 22,
            'WebIT\\' => 6,
        ),
    );

    public static $prefixDirsPsr4 = array (
        'WsdlToPhp\\PackageBase\\' => 
        array (
            0 => __DIR__ . '/..' . '/wsdltophp/packagebase/src',
        ),
        'WebIT\\' => 
        array (
            0 => __DIR__ . '/../..' . '/src',
        ),
    );

    public static $classMap = array (
        'WebIT\\ClassMap' => __DIR__ . '/../..' . '/src/ClassMap.php',
        'WebIT\\EnumType\\TransactionType' => __DIR__ . '/../..' . '/src/EnumType/TransactionType.php',
        'WebIT\\ServiceType\\Initiate' => __DIR__ . '/../..' . '/src/ServiceType/Initiate.php',
        'WebIT\\ServiceType\\Inquire' => __DIR__ . '/../..' . '/src/ServiceType/Inquire.php',
        'WebIT\\StructType\\BaseRequestType' => __DIR__ . '/../..' . '/src/StructType/BaseRequestType.php',
        'WebIT\\StructType\\BaseResponseType' => __DIR__ . '/../..' . '/src/StructType/BaseResponseType.php',
        'WebIT\\StructType\\InitiateCCTransactionRequestType' => __DIR__ . '/../..' . '/src/StructType/InitiateCCTransactionRequestType.php',
        'WebIT\\StructType\\InitiateCCTransactionResponseType' => __DIR__ . '/../..' . '/src/StructType/InitiateCCTransactionResponseType.php',
        'WebIT\\StructType\\InitiateTransactionRequestType' => __DIR__ . '/../..' . '/src/StructType/InitiateTransactionRequestType.php',
        'WebIT\\StructType\\InitiateTransactionResponseType' => __DIR__ . '/../..' . '/src/StructType/InitiateTransactionResponseType.php',
        'WebIT\\StructType\\InquireTransactionRequestType' => __DIR__ . '/../..' . '/src/StructType/InquireTransactionRequestType.php',
        'WebIT\\StructType\\InquireTransactionResponseType' => __DIR__ . '/../..' . '/src/StructType/InquireTransactionResponseType.php',
        'WebIT\\StructType\\NameValueDto' => __DIR__ . '/../..' . '/src/StructType/NameValueDto.php',
        'WsdlToPhp\\PackageBase\\AbstractSoapClientBase' => __DIR__ . '/..' . '/wsdltophp/packagebase/src/AbstractSoapClientBase.php',
        'WsdlToPhp\\PackageBase\\AbstractStructArrayBase' => __DIR__ . '/..' . '/wsdltophp/packagebase/src/AbstractStructArrayBase.php',
        'WsdlToPhp\\PackageBase\\AbstractStructBase' => __DIR__ . '/..' . '/wsdltophp/packagebase/src/AbstractStructBase.php',
        'WsdlToPhp\\PackageBase\\AbstractStructEnumBase' => __DIR__ . '/..' . '/wsdltophp/packagebase/src/AbstractStructEnumBase.php',
        'WsdlToPhp\\PackageBase\\SoapClientInterface' => __DIR__ . '/..' . '/wsdltophp/packagebase/src/SoapClientInterface.php',
        'WsdlToPhp\\PackageBase\\StructArrayInterface' => __DIR__ . '/..' . '/wsdltophp/packagebase/src/StructArrayInterface.php',
        'WsdlToPhp\\PackageBase\\StructEnumInterface' => __DIR__ . '/..' . '/wsdltophp/packagebase/src/StructEnumInterface.php',
        'WsdlToPhp\\PackageBase\\StructInterface' => __DIR__ . '/..' . '/wsdltophp/packagebase/src/StructInterface.php',
        'WsdlToPhp\\PackageBase\\Utils' => __DIR__ . '/..' . '/wsdltophp/packagebase/src/Utils.php',
    );

    public static function getInitializer(ClassLoader $loader)
    {
        return \Closure::bind(function () use ($loader) {
            $loader->prefixLengthsPsr4 = ComposerStaticInit25ac31379318ff476cec2f11a4a84b90::$prefixLengthsPsr4;
            $loader->prefixDirsPsr4 = ComposerStaticInit25ac31379318ff476cec2f11a4a84b90::$prefixDirsPsr4;
            $loader->classMap = ComposerStaticInit25ac31379318ff476cec2f11a4a84b90::$classMap;

        }, null, ClassLoader::class);
    }
}
