 | IStockItemEntityBasePricesDecimalNumber Property |
Gets the decimals number on prices
(Nombre de décimales des prix de l'article)
Namespace:
EBP.Api.Interfaces.Invoicing.Module.Entities.Stock
Assembly:
EBP.Api.XXX.Interfaces (in EBP.Api.XXX.Interfaces.dll) Version: 1.0.3.0
SyntaxNullable<byte> PricesDecimalNumber { get; }
ReadOnly Property PricesDecimalNumber As Nullable(Of Byte)
Get
Property Value
Type:
NullableByte
RemarksThis entity member is bound to the PriceDecimalNumber (Nombre de décimales des prix de l'article) column of the Item (Article) table.
See Also