Click or drag to resize

IPurchaseDocumentLineItemPriceComplexEntityMember.RealNetAmountVatIncludedWithParentDiscount Property

Gets or sets the net amount vat included according to component quantity, line discount and parent discount

(Montant total net TTC avec remises lignes)

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

Property Value

Type: Nullable<Decimal>
Remarks
This entity member is bound to the RealNetAmountVatIncludedWithParentDiscount (Montant total net TTC avec remises lignes) column of the PurchaseDocumentLine (Ligne de document d'achat) table.
See Also