DisplayDataBillItemPriceWithVatTotal Property |  |
Celkova suma položky s DPH. Ak je zľava, tak je toto cena po zľave.
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 { get; set; }Public Property PriceWithVatTotal As Decimal
Get
Set
Dim instance As DisplayDataBillItem
Dim value As Decimal
value = instance.PriceWithVatTotal
instance.PriceWithVatTotal = value
Property Value
Decimal
See Also