Click or drag to resize

IDealDocumentEntityDocumentType Property

Gets or sets the type of the document (Invoice - pick...)

Sale document : List of authorized values in SaleDocumentSubTypes

Purchase document : List of authorized values in PurchaseDocumentSubTypes

Stock document : List of authorized values in StockDocumentSubTypes

(Type de document)

Namespace:  EBP.Api.Interfaces.Invoicing.Module.Entities.Deal
Assembly:  EBP.Api.XXX.Interfaces (in EBP.Api.XXX.Interfaces.dll) Version: 1.0.3.0
Syntax
Nullable<byte> DocumentType { get; set; }

Property Value

Type: NullableByte
Remarks
This entity member is bound to the DocumentType (Type de document) column of the Activity (Activités) table.
See Also