DisplayDataBillItemPriceWithVatTotal_BeforeDiscount Property |  |
Celkova suma položky s DPH pred uplatnením zľavy.
Namespace: Exa.OBERON.ServicesCashRegisterGen2.CashRegister.CustomerDisplayAssembly: Exa.OBERON.ServicesCashRegisterGen2 (in Exa.OBERON.ServicesCashRegisterGen2.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic decimal PriceWithVatTotal_BeforeDiscount { get; set; }Public Property PriceWithVatTotal_BeforeDiscount As Decimal
Get
Set
Dim instance As DisplayDataBillItem
Dim value As Decimal
value = instance.PriceWithVatTotal_BeforeDiscount
instance.PriceWithVatTotal_BeforeDiscount = value
Property Value
Decimal
See Also