 | IQuoteSaleDocumentLineEntityStockBookingAllowed Property |
Gets whether item allows stock booking
(Réservation autorisée)
Namespace:
EBP.Api.Interfaces.Invoicing.Module.Entities.SaleDocument
Assembly:
EBP.Api.XXX.Interfaces (in EBP.Api.XXX.Interfaces.dll) Version: 1.0.3.0
SyntaxNullable<bool> StockBookingAllowed { get; }
ReadOnly Property StockBookingAllowed As Nullable(Of Boolean)
Get
Property Value
Type:
NullableBoolean
RemarksThis entity member is bound to the StockBookingAllowed (Réservation autorisée) column of the Item (Article) table.
See Also