StockCardCustomerPricePriceWithoutVAT Property |  |
Predajná cena bez DPH za základnú mernú jednotku.
Namespace: Exa.OBERON.Services.OBERONAssembly: Exa.OBERON.Services (in Exa.OBERON.Services.dll) Version: 5.0.24.0 (5.0.24.0)
Syntaxpublic decimal PriceWithoutVAT { get; set; }
Public Property PriceWithoutVAT As Decimal
Get
Set
Dim instance As StockCardCustomerPrice
Dim value As Decimal
value = instance.PriceWithoutVAT
instance.PriceWithoutVAT = value
Property Value
Decimal
See Also