<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">&lt;?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(
            'CHANGE_INFOType' =&gt; '\\StructType\\CHANGE_INFOType',
            'ATTRIBUTESTYPE' =&gt; '\\StructType\\ATTRIBUTESTYPE',
            'AmountType' =&gt; '\\StructType\\AmountType',
            'base64Binary' =&gt; '\\StructType\\Base64Binary',
            'LoginRequest' =&gt; '\\StructType\\LoginRequest',
            'REQUEST' =&gt; '\\StructType\\REQUEST',
            'REQUEST_HEADERType' =&gt; '\\StructType\\REQUEST_HEADERType',
            'GetInvoiceStatusRequest' =&gt; '\\StructType\\GetInvoiceStatusRequest',
            'INVOICE' =&gt; '\\StructType\\INVOICE',
            'HEADER' =&gt; '\\StructType\\HEADER',
            'INTERNETSALESDETAILS' =&gt; '\\StructType\\INTERNETSALESDETAILS',
            'gonderiBilgileri' =&gt; '\\StructType\\GonderiBilgileri',
            'gonderiTasiyan' =&gt; '\\StructType\\GonderiTasiyan',
            'tuzelKisi' =&gt; '\\StructType\\TuzelKisi',
            'gercekKisi' =&gt; '\\StructType\\GercekKisi',
            'USERCONTENT' =&gt; '\\StructType\\USERCONTENT',
            'GetInvoiceStatusAllRequest' =&gt; '\\StructType\\GetInvoiceStatusAllRequest',
            'LoadInvoiceRequest' =&gt; '\\StructType\\LoadInvoiceRequest',
            'SENDER' =&gt; '\\StructType\\SENDER',
            'RECEIVER' =&gt; '\\StructType\\RECEIVER',
            'GetEnvelopeRequest' =&gt; '\\StructType\\GetEnvelopeRequest',
            'ENVELOPE_SEARCH_KEY' =&gt; '\\StructType\\ENVELOPE_SEARCH_KEY',
            'ELEMENT' =&gt; '\\StructType\\ELEMENT',
            'MarkEnvelopeRequest' =&gt; '\\StructType\\MarkEnvelopeRequest',
            'MARK' =&gt; '\\StructType\\MARK',
            'ENVELOPE' =&gt; '\\StructType\\ENVELOPE',
            'GetEnvelopeStatusRequest' =&gt; '\\StructType\\GetEnvelopeStatusRequest',
            'SendInvoiceResponseWithServerSignRequest' =&gt; '\\StructType\\SendInvoiceResponseWithServerSignRequest',
            'GetUserListRequest' =&gt; '\\StructType\\GetUserListRequest',
            'PrepareInvoiceResponseRequest' =&gt; '\\StructType\\PrepareInvoiceResponseRequest',
            'LogoutRequest' =&gt; '\\StructType\\LogoutRequest',
            'UserRequest' =&gt; '\\StructType\\UserRequest',
            'GetInvoiceRequest' =&gt; '\\StructType\\GetInvoiceRequest',
            'INVOICE_SEARCH_KEY' =&gt; '\\StructType\\INVOICE_SEARCH_KEY',
            'MarkInvoiceRequest' =&gt; '\\StructType\\MarkInvoiceRequest',
            'CheckUserRequest' =&gt; '\\StructType\\CheckUserRequest',
            'GIBUSER' =&gt; '\\StructType\\GIBUSER',
            'SendInvoiceResponseRequest' =&gt; '\\StructType\\SendInvoiceResponseRequest',
            'GetUserListBinaryRequest' =&gt; '\\StructType\\GetUserListBinaryRequest',
            'SendInvoiceRequest' =&gt; '\\StructType\\SendInvoiceRequest',
            'LoginResponse' =&gt; '\\StructType\\LoginResponse',
            'REQUEST_RETURNType' =&gt; '\\StructType\\REQUEST_RETURNType',
            'REQUEST_ERRORType' =&gt; '\\StructType\\REQUEST_ERRORType',
            'LogoutResponse' =&gt; '\\StructType\\LogoutResponse',
            'LoadInvoiceResponse' =&gt; '\\StructType\\LoadInvoiceResponse',
            'SendInvoiceResponse' =&gt; '\\StructType\\SendInvoiceResponse',
            'ArrayOfINVOICE' =&gt; '\\ArrayType\\ArrayOfINVOICE',
            'MarkInvoiceResponse' =&gt; '\\StructType\\MarkInvoiceResponse',
            'GetUserListResponse' =&gt; '\\StructType\\GetUserListResponse',
            'GetUserListResponseX' =&gt; '\\StructType\\GetUserListResponseX',
            'GetUserListBinaryResponse' =&gt; '\\StructType\\GetUserListBinaryResponse',
            'ArrayOfGIBUSER' =&gt; '\\ArrayType\\ArrayOfGIBUSER',
            'GetInvoiceStatusResponse' =&gt; '\\StructType\\GetInvoiceStatusResponse',
            'INVOICE_STATUS' =&gt; '\\StructType\\INVOICE_STATUS',
            'ArrayOfBase64Binary' =&gt; '\\ArrayType\\ArrayOfBase64Binary',
            'SendInvoiceResponseResponse' =&gt; '\\StructType\\SendInvoiceResponseResponse',
            'SendInvoiceResponseWithServerSignResponse' =&gt; '\\StructType\\SendInvoiceResponseWithServerSignResponse',
            'ArrayOfENVELOPE' =&gt; '\\ArrayType\\ArrayOfENVELOPE',
            'MarkEnvelopeResponse' =&gt; '\\StructType\\MarkEnvelopeResponse',
            'CancelInvoiceRequest' =&gt; '\\StructType\\CancelInvoiceRequest',
            'CancelInvoiceResponse' =&gt; '\\StructType\\CancelInvoiceResponse',
            'GetSessionInfoRequest' =&gt; '\\StructType\\GetSessionInfoRequest',
            'GetSessionInfoResponse' =&gt; '\\StructType\\GetSessionInfoResponse',
            'EmailInvoiceRequest' =&gt; '\\StructType\\EmailInvoiceRequest',
            'EmailInvoiceResponse' =&gt; '\\StructType\\EmailInvoiceResponse',
            'getAppRespRequestType' =&gt; '\\StructType\\GetAppRespRequestType',
            'getAppRespResponseType' =&gt; '\\StructType\\GetAppRespResponseType',
        );
    }
}
</pre></body></html>