Click or drag to resize

IProcessTradeDocumentEntityBaseDocumentSubType Property

Gets or sets the sub type of documents to create

Sale document : List of authorized values in SaleDocumentSubTypes

Purchase document : List of authorized values in PurchaseDocumentSubTypes

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

Property Value

Type: NullableByte
See Also