Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Shipping Namespace / SurchargeMode Enumeration
In This Topic
    SurchargeMode Enumeration
    In This Topic
    Enumeration that represents the surcharge mode setting of a shpping method
    Syntax
    public enum SurchargeMode : System.Enum 
    Members
    MemberDescription
    FixedAmount fixed amount surcharge
    PercentofShippingCharge percent (%) of shipping charge surcharge
    PercentofShippingTotal percent (%) of shipping total surcharge
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             CommerceBuilder.Shipping.SurchargeMode

    See Also