Class PricingFields
- java.lang.Object
 - 
- com.broadleafcommerce.orderoperation.service.pricing.PricingFields
 
 
- 
public class PricingFields extends Object
- Author:
 - Chad Harchar (charchar)
 
 
- 
- 
Field Summary
Fields Modifier and Type Field Description static StringBASE_PRICEstatic StringCONTRACT_PRICEstatic StringOVERRIDE_PRICEstatic StringSALE_PRICEstatic StringSTANDARD_PRICE 
- 
Constructor Summary
Constructors Constructor Description PricingFields() 
 - 
 
- 
- 
Field Detail
- 
BASE_PRICE
public static final String BASE_PRICE
- See Also:
 - Constant Field Values
 
 
- 
STANDARD_PRICE
public static final String STANDARD_PRICE
- See Also:
 - Constant Field Values
 
 
- 
SALE_PRICE
public static final String SALE_PRICE
- See Also:
 - Constant Field Values
 
 
- 
CONTRACT_PRICE
public static final String CONTRACT_PRICE
- See Also:
 - Constant Field Values
 
 
- 
OVERRIDE_PRICE
public static final String OVERRIDE_PRICE
- See Also:
 - Constant Field Values
 
 
 - 
 
 -