<?php
/**
 * Class which returns the class map definition
 * @package
 */
class ClassMap
{
    /**
     * Returns the mapping between the WSDL Structs and generated Structs' classes
     * This array is sent to the \SoapClient when calling the WS
     * @return string[]
     */
    final public static function get()
    {
        return array(
            'Dummy' => '\\StructType\\Dummy',
            'DummyResponse' => '\\StructType\\DummyResponse',
            'ElfogadohelyKafeteriaElemei' => '\\StructType\\ElfogadohelyKafeteriaElemei',
            'ElfogadohelyKafeteriaElemeiResponse' => '\\StructType\\ElfogadohelyKafeteriaElemeiResponse',
            'ElorefizetesiIgenyLeadasa' => '\\StructType\\ElorefizetesiIgenyLeadasa',
            'ElorefizetesiIgenyLeadasaResponse' => '\\StructType\\ElorefizetesiIgenyLeadasaResponse',
            'EngedelykeresElfogadohely' => '\\StructType\\EngedelykeresElfogadohely',
            'EngedelykeresElfogadohelyResponse' => '\\StructType\\EngedelykeresElfogadohelyResponse',
            'EngedelykeresElfogadohelyEgy' => '\\StructType\\EngedelykeresElfogadohelyEgy',
            'EngedelykeresElfogadohelyEgyResponse' => '\\StructType\\EngedelykeresElfogadohelyEgyResponse',
            'EngedelykeresElfogadohelyWebshop' => '\\StructType\\EngedelykeresElfogadohelyWebshop',
            'EngedelykeresElfogadohelyWebshopResponse' => '\\StructType\\EngedelykeresElfogadohelyWebshopResponse',
            'EngedelykeresElfogadohelyWebshopEgy' => '\\StructType\\EngedelykeresElfogadohelyWebshopEgy',
            'EngedelykeresElfogadohelyWebshopEgyResponse' => '\\StructType\\EngedelykeresElfogadohelyWebshopEgyResponse',
            'Sztorno' => '\\StructType\\Sztorno',
            'SztornoResponse' => '\\StructType\\SztornoResponse',
            'TranzakcioAdatok' => '\\StructType\\TranzakcioAdatok',
            'TranzakcioAdatokResponse' => '\\StructType\\TranzakcioAdatokResponse',
            'TranzakcioAdatokEgy' => '\\StructType\\TranzakcioAdatokEgy',
            'TranzakcioAdatokEgyResponse' => '\\StructType\\TranzakcioAdatokEgyResponse',
            'purchaseMobilepos' => '\\StructType\\PurchaseMobilepos',
            'purchaseMobileposResponse' => '\\StructType\\PurchaseMobileposResponse',
            'purchaseWebshop' => '\\StructType\\PurchaseWebshop',
            'purchaseWebshopResponse' => '\\StructType\\PurchaseWebshopResponse',
            'reversalMerchantTranId' => '\\StructType\\ReversalMerchantTranId',
            'reversalMerchantTranIdResponse' => '\\StructType\\ReversalMerchantTranIdResponse',
            'reversalIssuerTranId' => '\\StructType\\ReversalIssuerTranId',
            'reversalIssuerTranIdResponse' => '\\StructType\\ReversalIssuerTranIdResponse',
            'getResponseMerchantTranId' => '\\StructType\\GetResponseMerchantTranId',
            'getResponseMerchantTranIdResponse' => '\\StructType\\GetResponseMerchantTranIdResponse',
            'getResponseIssuerTranId' => '\\StructType\\GetResponseIssuerTranId',
            'getResponseIssuerTranIdResponse' => '\\StructType\\GetResponseIssuerTranIdResponse',
            'ArrayOfstring' => '\\ArrayType\\ArrayOfstring',
            'ArrayOfKeyValueOfstringint' => '\\ArrayType\\ArrayOfKeyValueOfstringint',
            'KeyValueOfstringint' => '\\StructType\\KeyValueOfstringint',
            'ArrayOfKeyValueOfKeyValuePairOfstringintKeyValuePairOfstringKeyValuePairOfstringstringtwCi8m_S7wAe_SQn3R' => '\\ArrayType\\ArrayOfKeyValueOfKeyValuePairOfstringintKeyValuePairOfstringKeyValuePairOfstringstringtwCi8m_S7wAe_SQn3R',
            'KeyValueOfKeyValuePairOfstringintKeyValuePairOfstringKeyValuePairOfstringstringtwCi8m_S7wAe_SQn3R' => '\\StructType\\KeyValueOfKeyValuePairOfstringintKeyValuePairOfstringKeyValuePairOfstringstringtwCi8m_S7wAe_SQn3R',
            'KeyValuePairOfstringint' => '\\StructType\\KeyValuePairOfstringint',
            'KeyValuePairOfstringKeyValuePairOfstringstringtwCi8m_S7' => '\\StructType\\KeyValuePairOfstringKeyValuePairOfstringstringtwCi8m_S7',
            'KeyValuePairOfstringstring' => '\\StructType\\KeyValuePairOfstringstring',
            'ArrayOfPurchaseMobileposRequest' => '\\ArrayType\\ArrayOfPurchaseMobileposRequest',
            'PurchaseMobileposRequest' => '\\StructType\\PurchaseMobileposRequest',
            'ArrayOfTransactionResult' => '\\ArrayType\\ArrayOfTransactionResult',
            'TransactionResult' => '\\StructType\\TransactionResult',
            'ArrayOfPurchaseWebshopRequest' => '\\ArrayType\\ArrayOfPurchaseWebshopRequest',
            'PurchaseWebshopRequest' => '\\StructType\\PurchaseWebshopRequest',
            'ReversalMerchantRequest' => '\\StructType\\ReversalMerchantRequest',
            'ReversalIssuerRequest' => '\\StructType\\ReversalIssuerRequest',
            'GetResponseMerchantRequest' => '\\StructType\\GetResponseMerchantRequest',
            'GetResponseIssuerRequest' => '\\StructType\\GetResponseIssuerRequest',
        );
    }
}
