Class GetDocumentTypeResponse
Represents the response for the GetDocumentType method.
Inheritance
System.Object
GetDocumentTypeResponse
Namespace: Cmc.Nexus.Crm.Services
Assembly: Cmc.Nexus.Crm.Contracts.dll
Syntax
public class GetDocumentTypeResponse : ServiceResponse
Constructors
GetDocumentTypeResponse()
Declaration
public GetDocumentTypeResponse()
Properties
DocumentType
Gets or sets the document.
Declaration
public DocumentTypeEntity DocumentType { get; set; }
Property Value
Type | Description |
---|---|
DocumentTypeEntity | The document. |