Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Taxes Namespace / TaxNexus Enumeration
In This Topic
    TaxNexus Enumeration
    In This Topic
    Indicates the nexus used to calculate tax liability.
    Syntax
    public enum TaxNexus : System.Enum 
    Members
    MemberDescription
    PointOfBilling The customer billing address
    PointOfDelivery The customer shipping address
    PointOfOrigin The warehouse address
    PointOfSale The merchant address
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             CommerceBuilder.Taxes.TaxNexus

    See Also