Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Orders Namespace / OrderItemType Enumeration
In This Topic
    OrderItemType Enumeration
    In This Topic
    Enum representing the types of Order Items
    Syntax
    public enum OrderItemType : System.Enum 
    Members
    MemberDescription
    Charge The order item is a general charge
    Coupon The order item is a coupen
    Credit The order item is a credit
    Discount The order item is a discount
    GiftCertificate The order item is a gift certificate
    GiftCertificatePayment The order item is a payment made via gift certificate
    GiftWrap The order item is a gift wrap
    Handling The order item is a handling charge
    Product The order item is a product
    Shipping The order item is a shipping charge
    Tax The order item is a Tax charge
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             CommerceBuilder.Orders.OrderItemType

    See Also