atg.commerce.pricing
Interface PricingModelType


public interface PricingModelType

interface for storing static values that the PricingModel 'type' property may have


Field Summary
static java.lang.String CLASS_VERSION
           
static int ITEM
          constants
static int ORDER
           
static int SHIPPING
           
static int TAX
           
 

Field Detail

CLASS_VERSION

static final java.lang.String CLASS_VERSION
See Also:
Constant Field Values

ITEM

static final int ITEM
constants

See Also:
Constant Field Values

ORDER

static final int ORDER
See Also:
Constant Field Values

SHIPPING

static final int SHIPPING
See Also:
Constant Field Values

TAX

static final int TAX
See Also:
Constant Field Values