 | IInventoryStockDocumentEntityUseMaxPrecisionForPump Property |
Gets or sets whether to use maximum precision for pump.
Otherwise use price precision (decimal number)
(Valeurs unitaires sur 8 décimales)
Namespace:
EBP.Api.Interfaces.Invoicing.Module.Entities.StockDocument
Assembly:
EBP.Api.XXX.Interfaces (in EBP.Api.XXX.Interfaces.dll) Version: 1.0.3.0
SyntaxNullable<bool> UseMaxPrecisionForPump { get; set; }
Property UseMaxPrecisionForPump As Nullable(Of Boolean)
Get
Set
Property Value
Type:
NullableBoolean
RemarksThis entity member is bound to the UseMaxPrecisionForPump (Valeurs unitaires sur 8 décimales) column of the StockDocument (Document de stock) table.
See Also