<?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',
            'ReversalByMerchantTranId' => '\\StructType\\ReversalByMerchantTranId',
            'ReversalByMerchantTranIdResponse' => '\\StructType\\ReversalByMerchantTranIdResponse',
            'ReversalByIssuerTranId' => '\\StructType\\ReversalByIssuerTranId',
            'ReversalByIssuerTranIdResponse' => '\\StructType\\ReversalByIssuerTranIdResponse',
            'GetResponseByMerchantTranId' => '\\StructType\\GetResponseByMerchantTranId',
            'GetResponseByMerchantTranIdResponse' => '\\StructType\\GetResponseByMerchantTranIdResponse',
            'GetResponseByIssuerTranId' => '\\StructType\\GetResponseByIssuerTranId',
            'GetResponseByIssuerTranIdResponse' => '\\StructType\\GetResponseByIssuerTranIdResponse',
            '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',
        );
    }
}
