DocumentItemBasePriceWithoutVAT Property |  |
Celková cena položky bez DPH.
Namespace: Exa.OBERON.ServicesGen2.Common.DocumentAssembly: Exa.OBERON.ServicesGen2 (in Exa.OBERON.ServicesGen2.dll) Version: 5.0.0.0 (5.0.0.0)
Syntaxpublic decimal PriceWithoutVAT { get; set; }
Public Property PriceWithoutVAT As Decimal
Get
Set
Dim instance As DocumentItemBase
Dim value As Decimal
value = instance.PriceWithoutVAT
instance.PriceWithoutVAT = value
Property Value
Decimal
See Also