DocumentItemBasePriceWithVATWithoutDiscount Property |  |
Celková cena položky s DPH pred zľavou (ak DiscountPercent = 0 tak PriceWithVATWithoutDiscount = PriceWithVAT).
Namespace: Exa.OBERON.Services.OBERONAssembly: Exa.OBERON.Services (in Exa.OBERON.Services.dll) Version: 5.0.24.0 (5.0.24.0)
Syntaxpublic decimal PriceWithVATWithoutDiscount { get; set; }
Public Property PriceWithVATWithoutDiscount As Decimal
Get
Set
Dim instance As DocumentItemBase
Dim value As Decimal
value = instance.PriceWithVATWithoutDiscount
instance.PriceWithVATWithoutDiscount = value
Property Value
Decimal
See Also