StockCardCustomerPricePriceWithVAT Property |  |
Predajná cena s DPH za základnú mernú jednotku.
Namespace: Exa.OBERON.ServicesGen2.Stock.StockCardsAssembly: Exa.OBERON.ServicesGen2 (in Exa.OBERON.ServicesGen2.dll) Version: 5.0.0.0 (5.0.0.0)
Syntaxpublic decimal PriceWithVAT { get; set; }
Public Property PriceWithVAT As Decimal
Get
Set
Dim instance As StockCardCustomerPrice
Dim value As Decimal
value = instance.PriceWithVAT
instance.PriceWithVAT = value
Property Value
Decimal
See Also