<?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',
            'purchase_mobilepos' => '\\StructType\\Purchase_mobilepos',
            'purchase_mobileposResponse' => '\\StructType\\Purchase_mobileposResponse',
            'purchase_webshop' => '\\StructType\\Purchase_webshop',
            'purchase_webshopResponse' => '\\StructType\\Purchase_webshopResponse',
            'reversal_merchanttran_id' => '\\StructType\\Reversal_merchanttran_id',
            'reversal_merchanttran_idResponse' => '\\StructType\\Reversal_merchanttran_idResponse',
            'reversal_issuertran_id' => '\\StructType\\Reversal_issuertran_id',
            'reversal_issuertran_idResponse' => '\\StructType\\Reversal_issuertran_idResponse',
            'getresponse_merchanttran_id' => '\\StructType\\Getresponse_merchanttran_id',
            'getresponse_merchanttran_idResponse' => '\\StructType\\Getresponse_merchanttran_idResponse',
            'getresponse_issuertran_id' => '\\StructType\\Getresponse_issuertran_id',
            'getresponse_issuertran_idResponse' => '\\StructType\\Getresponse_issuertran_idResponse',
            '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',
        );
    }
}
