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

namespace MoniContract;

/**
 * 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; '\\MoniContract\\ArrayType\\ArrayOfDealerDBA',
            'DealerDBA' =&gt; '\\MoniContract\\StructType\\DealerDBA',
            'ExtensionDataObject' =&gt; '\\MoniContract\\StructType\\ExtensionDataObject',
            'ArrayOfDealerEmail' =&gt; '\\MoniContract\\ArrayType\\ArrayOfDealerEmail',
            'DealerEmail' =&gt; '\\MoniContract\\StructType\\DealerEmail',
            'DealerInfo' =&gt; '\\MoniContract\\StructType\\DealerInfo',
            'MoniNetUserInfo' =&gt; '\\MoniContract\\StructType\\MoniNetUserInfo',
            'ArrayOfString' =&gt; '\\MoniContract\\ArrayType\\ArrayOfString',
            'MoniNetUserInfo2' =&gt; '\\MoniContract\\StructType\\MoniNetUserInfo2',
            'ArrayOfDealerLicense' =&gt; '\\MoniContract\\ArrayType\\ArrayOfDealerLicense',
            'DealerLicense' =&gt; '\\MoniContract\\StructType\\DealerLicense',
            'ArrayOfstring' =&gt; '\\MoniContract\\ArrayType\\ArrayOfstring_1',
            'ArrayOfKeyValueOfstringstring' =&gt; '\\MoniContract\\ArrayType\\ArrayOfKeyValueOfstringstring',
            'KeyValueOfstringstring' =&gt; '\\MoniContract\\StructType\\KeyValueOfstringstring',
            'GenericResult' =&gt; '\\MoniContract\\StructType\\GenericResult',
            'DocuSignTemplateCreditAuthDocument' =&gt; '\\MoniContract\\StructType\\DocuSignTemplateCreditAuthDocument',
            'DocuSignTemplateBaseObject' =&gt; '\\MoniContract\\StructType\\DocuSignTemplateBaseObject',
            'ArrayOfDocumentSignatures' =&gt; '\\MoniContract\\ArrayType\\ArrayOfDocumentSignatures',
            'DocumentSignatures' =&gt; '\\MoniContract\\StructType\\DocumentSignatures',
            'DocuSignTemplateNonSolicitAgreement' =&gt; '\\MoniContract\\StructType\\DocuSignTemplateNonSolicitAgreement',
            'AuthenticationResult' =&gt; '\\MoniContract\\StructType\\AuthenticationResult',
            'ArrayOfOptionListing' =&gt; '\\MoniContract\\ArrayType\\ArrayOfOptionListing',
            'OptionListing' =&gt; '\\MoniContract\\StructType\\OptionListing',
            'AuthenticationResult2' =&gt; '\\MoniContract\\StructType\\AuthenticationResult2',
            'ArrayOfProgramDiscounts' =&gt; '\\MoniContract\\ArrayType\\ArrayOfProgramDiscounts',
            'ProgramDiscounts' =&gt; '\\MoniContract\\StructType\\ProgramDiscounts',
            'ContractDocument' =&gt; '\\MoniContract\\StructType\\ContractDocument',
            'ArrayOfContactItem' =&gt; '\\MoniContract\\ArrayType\\ArrayOfContactItem',
            'ContactItem' =&gt; '\\MoniContract\\StructType\\ContactItem',
            'ArrayOfEquipmentItem' =&gt; '\\MoniContract\\ArrayType\\ArrayOfEquipmentItem',
            'EquipmentItem' =&gt; '\\MoniContract\\StructType\\EquipmentItem',
            'PaymentItem' =&gt; '\\MoniContract\\StructType\\PaymentItem',
            'ContractDocument2' =&gt; '\\MoniContract\\StructType\\ContractDocument2',
            'ContractDocumentConsumer' =&gt; '\\MoniContract\\StructType\\ContractDocumentConsumer',
            'CreateContractResult' =&gt; '\\MoniContract\\StructType\\CreateContractResult',
            'VoidEnvelopeResult' =&gt; '\\MoniContract\\StructType\\VoidEnvelopeResult',
            'ContractEnvelope' =&gt; '\\MoniContract\\StructType\\ContractEnvelope',
            'ValidationResult' =&gt; '\\MoniContract\\StructType\\ValidationResult',
            'SendNonSolicitAgreement' =&gt; '\\MoniContract\\StructType\\SendNonSolicitAgreement',
            'SendNonSolicitAgreementResponse' =&gt; '\\MoniContract\\StructType\\SendNonSolicitAgreementResponse',
            'SendCreditAuthorization' =&gt; '\\MoniContract\\StructType\\SendCreditAuthorization',
            'SendCreditAuthorizationResponse' =&gt; '\\MoniContract\\StructType\\SendCreditAuthorizationResponse',
            'RegisterNotificationUrl' =&gt; '\\MoniContract\\StructType\\RegisterNotificationUrl',
            'RegisterNotificationUrlResponse' =&gt; '\\MoniContract\\StructType\\RegisterNotificationUrlResponse',
            'APIVersion' =&gt; '\\MoniContract\\StructType\\APIVersion',
            'APIVersionResponse' =&gt; '\\MoniContract\\StructType\\APIVersionResponse',
            'AuthenticateUser' =&gt; '\\MoniContract\\StructType\\AuthenticateUser',
            'AuthenticateUserResponse' =&gt; '\\MoniContract\\StructType\\AuthenticateUserResponse',
            'CreateContract' =&gt; '\\MoniContract\\StructType\\CreateContract',
            'CreateContractResponse' =&gt; '\\MoniContract\\StructType\\CreateContractResponse',
            'VoidContract' =&gt; '\\MoniContract\\StructType\\VoidContract',
            'VoidContractResponse' =&gt; '\\MoniContract\\StructType\\VoidContractResponse',
            'GetContract' =&gt; '\\MoniContract\\StructType\\GetContract',
            'GetContractResponse' =&gt; '\\MoniContract\\StructType\\GetContractResponse',
            'GetContractAsPrimary' =&gt; '\\MoniContract\\StructType\\GetContractAsPrimary',
            'GetContractAsPrimaryResponse' =&gt; '\\MoniContract\\StructType\\GetContractAsPrimaryResponse',
            'GetContractDocumentConsumer' =&gt; '\\MoniContract\\StructType\\GetContractDocumentConsumer',
            'GetContractDocumentConsumerResponse' =&gt; '\\MoniContract\\StructType\\GetContractDocumentConsumerResponse',
            'SendQuoteEmail' =&gt; '\\MoniContract\\StructType\\SendQuoteEmail',
            'SendQuoteEmailResponse' =&gt; '\\MoniContract\\StructType\\SendQuoteEmailResponse',
            'GetContractID' =&gt; '\\MoniContract\\StructType\\GetContractID',
            'GetContractIDResponse' =&gt; '\\MoniContract\\StructType\\GetContractIDResponse',
            'AuthenticateUser2' =&gt; '\\MoniContract\\StructType\\AuthenticateUser2',
            'AuthenticateUser2Response' =&gt; '\\MoniContract\\StructType\\AuthenticateUser2Response',
            'CreateContract2' =&gt; '\\MoniContract\\StructType\\CreateContract2',
            'CreateContract2Response' =&gt; '\\MoniContract\\StructType\\CreateContract2Response',
            'CreateContractConsumer' =&gt; '\\MoniContract\\StructType\\CreateContractConsumer',
            'CreateContractConsumerResponse' =&gt; '\\MoniContract\\StructType\\CreateContractConsumerResponse',
            'ValidateContract2' =&gt; '\\MoniContract\\StructType\\ValidateContract2',
            'ValidateContract2Response' =&gt; '\\MoniContract\\StructType\\ValidateContract2Response',
            'SendQuoteEmail2' =&gt; '\\MoniContract\\StructType\\SendQuoteEmail2',
            'SendQuoteEmail2Response' =&gt; '\\MoniContract\\StructType\\SendQuoteEmail2Response',
            'UploadAttachment' =&gt; '\\MoniContract\\StructType\\UploadAttachment',
            'UploadAttachmentResponse' =&gt; '\\MoniContract\\StructType\\UploadAttachmentResponse',
            'DeleteAttachment' =&gt; '\\MoniContract\\StructType\\DeleteAttachment',
            'DeleteAttachmentResponse' =&gt; '\\MoniContract\\StructType\\DeleteAttachmentResponse',
        );
    }
}
</pre></body></html>