<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">&lt;?php

namespace eContract;

/**
 * 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(
            'ArrayOfDealerDBA' =&gt; '\\eContract\\ArrayType\\ArrayOfDealerDBA',
            'DealerDBA' =&gt; '\\eContract\\StructType\\DealerDBA',
            'ExtensionDataObject' =&gt; '\\eContract\\StructType\\ExtensionDataObject',
            'ArrayOfDealerEmail' =&gt; '\\eContract\\ArrayType\\ArrayOfDealerEmail',
            'DealerEmail' =&gt; '\\eContract\\StructType\\DealerEmail',
            'DealerInfo' =&gt; '\\eContract\\StructType\\DealerInfo',
            'MoniNetUserInfo' =&gt; '\\eContract\\StructType\\MoniNetUserInfo',
            'ArrayOfString' =&gt; '\\eContract\\ArrayType\\ArrayOfString',
            'MoniNetUserInfo2' =&gt; '\\eContract\\StructType\\MoniNetUserInfo2',
            'ArrayOfDealerLicense' =&gt; '\\eContract\\ArrayType\\ArrayOfDealerLicense',
            'DealerLicense' =&gt; '\\eContract\\StructType\\DealerLicense',
            'ArrayOfstring' =&gt; '\\eContract\\ArrayType\\ArrayOfstring_1',
            'ArrayOfKeyValueOfstringstring' =&gt; '\\eContract\\ArrayType\\ArrayOfKeyValueOfstringstring',
            'KeyValueOfstringstring' =&gt; '\\eContract\\StructType\\KeyValueOfstringstring',
            'ArrayOfKeyValueOfstringanyType' =&gt; '\\eContract\\ArrayType\\ArrayOfKeyValueOfstringanyType',
            'KeyValueOfstringanyType' =&gt; '\\eContract\\StructType\\KeyValueOfstringanyType',
            'AuthenticationResult' =&gt; '\\eContract\\StructType\\AuthenticationResult',
            'ArrayOfOptionListing' =&gt; '\\eContract\\ArrayType\\ArrayOfOptionListing',
            'OptionListing' =&gt; '\\eContract\\StructType\\OptionListing',
            'AuthenticationResult2' =&gt; '\\eContract\\StructType\\AuthenticationResult2',
            'ArrayOfProgramDiscounts' =&gt; '\\eContract\\ArrayType\\ArrayOfProgramDiscounts',
            'ProgramDiscounts' =&gt; '\\eContract\\StructType\\ProgramDiscounts',
            'StatusSearch' =&gt; '\\eContract\\StructType\\StatusSearch',
            'ArrayOfStatusSearch' =&gt; '\\eContract\\ArrayType\\ArrayOfStatusSearch',
            'ContractDocument' =&gt; '\\eContract\\StructType\\ContractDocument',
            'ArrayOfContactItem' =&gt; '\\eContract\\ArrayType\\ArrayOfContactItem',
            'ContactItem' =&gt; '\\eContract\\StructType\\ContactItem',
            'ArrayOfEquipmentItem' =&gt; '\\eContract\\ArrayType\\ArrayOfEquipmentItem',
            'EquipmentItem' =&gt; '\\eContract\\StructType\\EquipmentItem',
            'PaymentItem' =&gt; '\\eContract\\StructType\\PaymentItem',
            'ContractDocument2' =&gt; '\\eContract\\StructType\\ContractDocument2',
            'ContractDocumentConsumer' =&gt; '\\eContract\\StructType\\ContractDocumentConsumer',
            'CreateContractResult' =&gt; '\\eContract\\StructType\\CreateContractResult',
            'VoidEnvelopeResult' =&gt; '\\eContract\\StructType\\VoidEnvelopeResult',
            'ContractEnvelope' =&gt; '\\eContract\\StructType\\ContractEnvelope',
            'CreateContractConsumerResult' =&gt; '\\eContract\\StructType\\CreateContractConsumerResult',
            'ErrorResponse' =&gt; '\\eContract\\StructType\\ErrorResponse',
            'ValidationResult' =&gt; '\\eContract\\StructType\\ValidationResult',
            'GenericResult' =&gt; '\\eContract\\StructType\\GenericResult',
            'DocuSignTemplateCreditAuthDocument' =&gt; '\\eContract\\StructType\\DocuSignTemplateCreditAuthDocument',
            'DocuSignTemplateBaseObject' =&gt; '\\eContract\\StructType\\DocuSignTemplateBaseObject',
            'ArrayOfDocumentSignatures' =&gt; '\\eContract\\ArrayType\\ArrayOfDocumentSignatures',
            'DocumentSignatures' =&gt; '\\eContract\\StructType\\DocumentSignatures',
            'DocuSignTemplateNonSolicitAgreement' =&gt; '\\eContract\\StructType\\DocuSignTemplateNonSolicitAgreement',
            'DocuSignTemplateCancelLetter' =&gt; '\\eContract\\StructType\\DocuSignTemplateCancelLetter',
            'DocuSignTemplateEcommerceAgreement' =&gt; '\\eContract\\StructType\\DocuSignTemplateEcommerceAgreement',
            'SendDocusignTemplateResult2' =&gt; '\\eContract\\StructType\\SendDocusignTemplateResult2',
            'SendDocusignTemplateResult' =&gt; '\\eContract\\StructType\\SendDocusignTemplateResult',
            'CreditAuthHeader' =&gt; '\\eContract\\StructType\\CreditAuthHeader',
            'ArrayOfCreditAuthHeader' =&gt; '\\eContract\\ArrayType\\ArrayOfCreditAuthHeader',
            'APIVersion' =&gt; '\\eContract\\StructType\\APIVersion',
            'APIVersionResponse' =&gt; '\\eContract\\StructType\\APIVersionResponse',
            'AuthenticateUser' =&gt; '\\eContract\\StructType\\AuthenticateUser',
            'AuthenticateUserResponse' =&gt; '\\eContract\\StructType\\AuthenticateUserResponse',
            'SearchContracts' =&gt; '\\eContract\\StructType\\SearchContracts',
            'SearchContractsResponse' =&gt; '\\eContract\\StructType\\SearchContractsResponse',
            'CreateContract' =&gt; '\\eContract\\StructType\\CreateContract',
            'CreateContractResponse' =&gt; '\\eContract\\StructType\\CreateContractResponse',
            'NextSigner' =&gt; '\\eContract\\StructType\\NextSigner',
            'NextSignerResponse' =&gt; '\\eContract\\StructType\\NextSignerResponse',
            'VoidContract' =&gt; '\\eContract\\StructType\\VoidContract',
            'VoidContractResponse' =&gt; '\\eContract\\StructType\\VoidContractResponse',
            'GetContract' =&gt; '\\eContract\\StructType\\GetContract',
            'GetContractResponse' =&gt; '\\eContract\\StructType\\GetContractResponse',
            'GetContractAsPrimary' =&gt; '\\eContract\\StructType\\GetContractAsPrimary',
            'GetContractAsPrimaryResponse' =&gt; '\\eContract\\StructType\\GetContractAsPrimaryResponse',
            'GetContractDocumentConsumer' =&gt; '\\eContract\\StructType\\GetContractDocumentConsumer',
            'GetContractDocumentConsumerResponse' =&gt; '\\eContract\\StructType\\GetContractDocumentConsumerResponse',
            'SendQuoteEmail' =&gt; '\\eContract\\StructType\\SendQuoteEmail',
            'SendQuoteEmailResponse' =&gt; '\\eContract\\StructType\\SendQuoteEmailResponse',
            'GetContractID' =&gt; '\\eContract\\StructType\\GetContractID',
            'GetContractIDResponse' =&gt; '\\eContract\\StructType\\GetContractIDResponse',
            'AuthenticateUser2' =&gt; '\\eContract\\StructType\\AuthenticateUser2',
            'AuthenticateUser2Response' =&gt; '\\eContract\\StructType\\AuthenticateUser2Response',
            'CreateContract2' =&gt; '\\eContract\\StructType\\CreateContract2',
            'CreateContract2Response' =&gt; '\\eContract\\StructType\\CreateContract2Response',
            'CreateContractConsumer' =&gt; '\\eContract\\StructType\\CreateContractConsumer',
            'CreateContractConsumerResponse' =&gt; '\\eContract\\StructType\\CreateContractConsumerResponse',
            'GetPerformCallbackToPartnerAPIFlag' =&gt; '\\eContract\\StructType\\GetPerformCallbackToPartnerAPIFlag',
            'GetPerformCallbackToPartnerAPIFlagResponse' =&gt; '\\eContract\\StructType\\GetPerformCallbackToPartnerAPIFlagResponse',
            'ValidateContract2' =&gt; '\\eContract\\StructType\\ValidateContract2',
            'ValidateContract2Response' =&gt; '\\eContract\\StructType\\ValidateContract2Response',
            'SendQuoteEmail2' =&gt; '\\eContract\\StructType\\SendQuoteEmail2',
            'SendQuoteEmail2Response' =&gt; '\\eContract\\StructType\\SendQuoteEmail2Response',
            'UploadAttachment' =&gt; '\\eContract\\StructType\\UploadAttachment',
            'UploadAttachmentResponse' =&gt; '\\eContract\\StructType\\UploadAttachmentResponse',
            'DeleteAttachment' =&gt; '\\eContract\\StructType\\DeleteAttachment',
            'DeleteAttachmentResponse' =&gt; '\\eContract\\StructType\\DeleteAttachmentResponse',
            'SendNonSolicitAgreement' =&gt; '\\eContract\\StructType\\SendNonSolicitAgreement',
            'SendNonSolicitAgreementResponse' =&gt; '\\eContract\\StructType\\SendNonSolicitAgreementResponse',
            'SendCreditAuthorization' =&gt; '\\eContract\\StructType\\SendCreditAuthorization',
            'SendCreditAuthorizationResponse' =&gt; '\\eContract\\StructType\\SendCreditAuthorizationResponse',
            'RegisterNotificationUrl' =&gt; '\\eContract\\StructType\\RegisterNotificationUrl',
            'RegisterNotificationUrlResponse' =&gt; '\\eContract\\StructType\\RegisterNotificationUrlResponse',
            'ContractReadyForArchival' =&gt; '\\eContract\\StructType\\ContractReadyForArchival',
            'ContractReadyForArchivalResponse' =&gt; '\\eContract\\StructType\\ContractReadyForArchivalResponse',
            'SearchCreditAuth' =&gt; '\\eContract\\StructType\\SearchCreditAuth',
            'SearchCreditAuthResponse' =&gt; '\\eContract\\StructType\\SearchCreditAuthResponse',
            'SendCancelLetter' =&gt; '\\eContract\\StructType\\SendCancelLetter',
            'SendCancelLetterResponse' =&gt; '\\eContract\\StructType\\SendCancelLetterResponse',
            'ResendEnvelope' =&gt; '\\eContract\\StructType\\ResendEnvelope',
            'ResendEnvelopeResponse' =&gt; '\\eContract\\StructType\\ResendEnvelopeResponse',
            'SendECommerceAgreement' =&gt; '\\eContract\\StructType\\SendECommerceAgreement',
            'SendECommerceAgreementResponse' =&gt; '\\eContract\\StructType\\SendECommerceAgreementResponse',
        );
    }
}
</pre></body></html>