Click or drag to resize

AccountEntryWebDocumentType Property

If a document type is provided, then the corresponding document can be retrieved using the GetDocument webservice method. Use the DocumentType + SequenceNo as input arguments to the GetDocument webservice method.

Namespace:  Tse.EasyBook.Server.DataContracts
Assembly:  Tse.EasyBook.Server.DataContracts (in Tse.EasyBook.Server.DataContracts.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public DocTypeWebEnum? DocumentType { get; set; }

Property Value

Type: NullableDocTypeWebEnum
See Also