CashPurchaseSavings
class CashPurchaseSavings extends Model (View source)
Properties
protected | $outOfPocketCostType | ||
protected | $outOfPocketCostDataType | ||
float | $paybackYears | ||
protected | $rebateValueType | ||
protected | $rebateValueDataType | ||
protected | $savingsType | ||
protected | $savingsDataType | ||
protected | $upfrontCostType | ||
protected | $upfrontCostDataType |
Methods
getOutOfPocketCost()
No description
setPaybackYears($paybackYears)
No description
float
getPaybackYears()
No description
getRebateValue()
No description
getSavings()
No description
getUpfrontCost()
No description
Details
setOutOfPocketCost(Money $outOfPocketCost)
No description
Money
getOutOfPocketCost()
No description
setPaybackYears($paybackYears)
No description
float
getPaybackYears()
No description
setRebateValue(Money $rebateValue)
No description
Money
getRebateValue()
No description
setSavings(SavingsOverTime $savings)
No description
SavingsOverTime
getSavings()
No description
setUpfrontCost(Money $upfrontCost)
No description
Money
getUpfrontCost()
No description