public class PriceCalculation extends BillingEntity
| Modifier and Type | Class and Description |
|---|---|
static class |
PriceCalculation.PriceRequestCodeType |
| Modifier and Type | Field and Description |
|---|---|
Date |
calculated |
List<PricingCalculationCost> |
costs |
Boolean |
couponApplied |
BigDecimal |
discountedCost |
List<PriceCalculationCouponDiscount> |
discounts |
PriceRequest |
priceRequest |
protected static ResourcePath |
resourcePath |
BigDecimal |
totalDiscounts |
BigDecimal |
unalteredCost |
m_client, PRETTY_PRINT_GSON| Modifier | Constructor and Description |
|---|---|
protected |
PriceCalculation() |
| Modifier and Type | Method and Description |
|---|---|
Date |
getCalculated()
Time that the pricing calculation was created
|
List<PricingCalculationCost> |
getCosts() |
Boolean |
getCouponApplied()
Returns if a coupon was applied to this price calculation
|
BigDecimal |
getDiscountedCost() |
List<PriceCalculationCouponDiscount> |
getDiscounts() |
PriceRequest |
getPriceRequest() |
protected ResourcePath |
getResourcePath() |
BigDecimal |
getTotalDiscounts() |
BigDecimal |
getUnalteredCost() |
protected static ResourcePath |
ResourcePath() |
public Boolean couponApplied
public Date calculated
public BigDecimal unalteredCost
public BigDecimal totalDiscounts
public BigDecimal discountedCost
public List<PricingCalculationCost> costs
public List<PriceCalculationCouponDiscount> discounts
public PriceRequest priceRequest
protected static ResourcePath resourcePath
public Boolean getCouponApplied()
public Date getCalculated()
public BigDecimal getUnalteredCost()
public BigDecimal getTotalDiscounts()
public BigDecimal getDiscountedCost()
public List<PricingCalculationCost> getCosts()
public List<PriceCalculationCouponDiscount> getDiscounts()
public PriceRequest getPriceRequest()
protected ResourcePath getResourcePath()
getResourcePath in class BillingEntityprotected static ResourcePath ResourcePath()
Copyright © 2015 BillForward. All rights reserved.