 | IOrderPurchaseDocumentLineEntityCanBePartiallyDelivered Property |
Gets or sets whether the line must be partially delivered
(Réceptionner partiellement la nomenclature commerciale)
Namespace:
EBP.Api.Interfaces.Invoicing.Module.Entities.PurchaseDocument
Assembly:
EBP.Api.XXX.Interfaces (in EBP.Api.XXX.Interfaces.dll) Version: 1.0.3.0
SyntaxNullable<bool> CanBePartiallyDelivered { get; set; }
Property CanBePartiallyDelivered As Nullable(Of Boolean)
Get
Set
Property Value
Type:
NullableBoolean
RemarksThis entity member is bound to the MustPartiallyDeliverCommercialNomenclature (Réceptionner partiellement la nomenclature commerciale) column of the PurchaseDocumentLine (Ligne de document d'achat) table.
See Also