Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Taxes Namespace / TaxExemptionType Enumeration
In This Topic
    TaxExemptionType Enumeration
    In This Topic
    An enumeration of tax exemption types
    Syntax
    public enum TaxExemptionType : System.Enum 
    Members
    MemberDescription
    AgriculturalProduction Purchase for commercial agricultrual production
    CharitableOrganization Purchase for a charitable or benevolent organization
    CommercialAquaculture Purchase for commercial aquaculture
    CommercialFishery Purchase for commercial fishery
    DirectMail Purchase by direct mail
    DirectPayPermit Purchase with direct pay permit
    EducationalOrganization Purchase for an educational organization
    FederalGovernment Purchase for the federal government
    ForeignDiplomat Purchase by foreign diplomat
    IndustrialProduction Purchase for industrial production
    LocalGovernment Purchase for the local government
    None No tax exemption applies
    NonResident Purchase by non resident
    ReligiousOrganization Purchase for a religious organization
    Resale Purchase for resale
    StateGovernment Purchase for the state government
    TribeOrIndianStatus Purchase by tribe or status indian
    Unspecified Other unspecified type of tax exemption
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             CommerceBuilder.Taxes.TaxExemptionType

    See Also