DocumentItemBasePriceWithVATUnit Property |  |
Jednotková cena s DPH. Zadanie presnej jednotkovej ceny je dôležité z hľadiska prepočtu položky a použitej metodiky.
Namespace: Exa.OBERON.Services.OBERONAssembly: Exa.OBERON.Services (in Exa.OBERON.Services.dll) Version: 5.0.24.0 (5.0.24.0)
Syntaxpublic decimal PriceWithVATUnit { get; set; }
Public Property PriceWithVATUnit As Decimal
Get
Set
Dim instance As DocumentItemBase
Dim value As Decimal
value = instance.PriceWithVATUnit
instance.PriceWithVATUnit = value
Property Value
Decimal
See Also