public enum OrderItemType : System.Enum
public enum OrderItemType : System.Enum
| Member | Description |
|---|---|
| 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 |
System.Object
System.ValueType
System.Enum
CommerceBuilder.Orders.OrderItemType