public interface PricingConstants
| Modifier and Type | Field and Description | 
|---|---|
| static java.lang.String | CLASS_VERSION | 
| static java.lang.String | DISABLE_VETOING_PARAMKeyword to disable vetoing of pricing models at pricing time. | 
| static java.lang.String | EXTRA_PARAMETERS_PARAMKeyword to extract the map of extra pricing parameters out of the parameters supplied to the 
 execution of a pipeline chain. | 
| static java.lang.String | ITEM_PRICE_SOURCE_LIST_PARAMextra parameter map key used to store the List of  ItemPriceSourceobjects | 
| static java.lang.String | ITEM_PRICE_SOURCE_MAP_PARAMextra parameter map key used to store the Map of  CommerceItemstoItemPriceSource | 
| static java.lang.String | LOCALE_PARAMKeyword to extract the locale out of the parameters supplied to the execution of a pipeline chain. | 
| static java.lang.String | OP_NO_REPRICEDo not perform a pricing operation. | 
| static java.lang.String | OP_REPRICE_ITEMSPricing operation keyword to price the CommerceItems | 
| static java.lang.String | OP_REPRICE_ORDERPricing operation keyword to price the Order (not items, taxes, or shipping) | 
| static java.lang.String | OP_REPRICE_ORDER_SUBTOTALPricing operation keyword to calculate the order subtotal, including all items | 
| static java.lang.String | OP_REPRICE_ORDER_SUBTOTAL_SHIPPINGPricing operation keyword to calculate the order subtotal, including all items and shipping, 
 but not taxes | 
| static java.lang.String | OP_REPRICE_ORDER_SUBTOTAL_TAXPricing operation keyword to calculate the order subtotal, including all items and taxes, 
 but not shipping | 
| static java.lang.String | OP_REPRICE_ORDER_TOTALPricing operation keyword to calculate the complete order total, 
 including all items, shipping and taxes | 
| static java.lang.String | OP_REPRICE_SHIPPINGPricing operation keyword to calculate shipping costs | 
| static java.lang.String | OP_REPRICE_TAXPricing operation keyword to calculate taxes | 
| static java.lang.String | ORDER_PARAMKeyword to extract the order object out of the parameters supplied to the execution of a pipeline chain. | 
| static java.lang.String | PRICING_MODELS_PARAMKeyword to extract the session-scoped PricingModelHolder out of the parameters supplied to the 
 execution of a pipeline chain. | 
| static java.lang.String | PRICING_OPERATION_PARAMKeyword to extract the pricing operation command out of the parameters supplied to the 
 execution of a pipeline chain. | 
| static java.lang.String | PROFILE_PARAMKeyword to extract the profile out of the parameters supplied to the execution of a pipeline chain. | 
static final java.lang.String CLASS_VERSION
static final java.lang.String ITEM_PRICE_SOURCE_LIST_PARAM
ItemPriceSource objectsstatic final java.lang.String ITEM_PRICE_SOURCE_MAP_PARAM
CommerceItems to ItemPriceSourcestatic final java.lang.String ORDER_PARAM
Orderstatic final java.lang.String PRICING_MODELS_PARAM
PricingModelsstatic final java.lang.String DISABLE_VETOING_PARAM
DisableVetoingstatic final java.lang.String LOCALE_PARAM
Localestatic final java.lang.String PROFILE_PARAM
Profilestatic final java.lang.String EXTRA_PARAMETERS_PARAM
ExtraParametersstatic final java.lang.String PRICING_OPERATION_PARAM
PricingOpstatic final java.lang.String OP_REPRICE_ITEMS
static final java.lang.String OP_REPRICE_ORDER
static final java.lang.String OP_REPRICE_TAX
static final java.lang.String OP_REPRICE_SHIPPING
static final java.lang.String OP_REPRICE_ORDER_TOTAL
static final java.lang.String OP_REPRICE_ORDER_SUBTOTAL
static final java.lang.String OP_REPRICE_ORDER_SUBTOTAL_SHIPPING
static final java.lang.String OP_REPRICE_ORDER_SUBTOTAL_TAX
static final java.lang.String OP_NO_REPRICE