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