RoundingMethod Enumeration

Important

This content is archived and is not being updated. For the latest documentation, see Microsoft Dynamics 365 product documentation. For the latest release plans, see Dynamics 365 and Microsoft Power Platform release plans.

Rounding method for tender types.

Namespace:  Microsoft.Dynamics.Commerce.Runtime.DataModel
Assembly:  Microsoft.Dynamics.Commerce.Runtime.Entities (in Microsoft.Dynamics.Commerce.Runtime.Entities.dll)

Syntax

'Declaration
<DataContractAttribute> _
Public Enumeration RoundingMethod
'Usage
Dim instance As RoundingMethod
[DataContractAttribute]
public enum RoundingMethod
[DataContractAttribute]
public enum class RoundingMethod

Members

Member name Description
None No rounding.
Nearest The rounding method round to the nearest value.
Up The rounding method to round up.
Down The rounding method to round down.

See Also

Reference

Microsoft.Dynamics.Commerce.Runtime.DataModel Namespace