Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Taxes Namespace / RoundingRule Enumeration
In This Topic
    RoundingRule Enumeration
    In This Topic
    Enum used to establish rules for rounding tax calculations
    Syntax
    public enum RoundingRule : System.Enum 
    Members
    MemberDescription
    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
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             CommerceBuilder.Taxes.RoundingRule

    See Also