<?php

namespace snowaAnsar;

/**
 * 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(
            'OrderBuffer' => '\\snowaAnsar\\StructType\\OrderBuffer',
            'ArrayOfOrderBuffer' => '\\snowaAnsar\\ArrayType\\ArrayOfOrderBuffer',
            'ArrayOfSpwSalesInventoryAndPrice' => '\\snowaAnsar\\ArrayType\\ArrayOfSpwSalesInventoryAndPrice',
            'SpwSalesInventoryAndPrice' => '\\snowaAnsar\\StructType\\SpwSalesInventoryAndPrice',
            'ExternalActionResultOfOrderBufferzBkNWxLo' => '\\snowaAnsar\\StructType\\ExternalActionResultOfOrderBufferzBkNWxLo',
            'ExternalActionResultOfSpwSalesInventoryAndPriceMk8p8L_St' => '\\snowaAnsar\\StructType\\ExternalActionResultOfSpwSalesInventoryAndPriceMk8p8L_St',
            'EntityBase' => '\\snowaAnsar\\StructType\\EntityBase',
            'SmartSalesInventoryAndPrice' => '\\snowaAnsar\\StructType\\SmartSalesInventoryAndPrice',
            'SmartSalesInventoryAndPriceResponse' => '\\snowaAnsar\\StructType\\SmartSalesInventoryAndPriceResponse',
            'InsertPreOrderInformationInQueue' => '\\snowaAnsar\\StructType\\InsertPreOrderInformationInQueue',
            'InsertPreOrderInformationInQueueResponse' => '\\snowaAnsar\\StructType\\InsertPreOrderInformationInQueueResponse',
        );
    }
}
