public enum RoundingRule : System.Enum
public enum RoundingRule : System.Enum
Member | Description |
---|---|
AlwaysRoundUp | Always round up to the next whole number for fractional amounts |
Common | Round up on 5 |
RoundToEven | Round up on 5 if the number is odd, round down on five if the number is even |
System.Object
System.ValueType
System.Enum
CommerceBuilder.Taxes.RoundingRule