class Installment extends Model (View source)

Properties

protected $amountType
protected $amountDataType
string $creditType
protected $downpaymentType
protected $downpaymentDataType
string $months

Methods

setAmount(Price $amount)

No description

getAmount()

No description

setCreditType($creditType)

No description

string
getCreditType()

No description

setDownpayment(Price $downpayment)

No description

getDownpayment()

No description

setMonths($months)

No description

string
getMonths()

No description

Details

setAmount(Price $amount)

No description

Parameters

Price $amount

Price getAmount()

No description

Return Value

Price

setCreditType($creditType)

No description

Parameters

$creditType

string getCreditType()

No description

Return Value

string

setDownpayment(Price $downpayment)

No description

Parameters

Price $downpayment

Price getDownpayment()

No description

Return Value

Price

setMonths($months)

No description

Parameters

$months

string getMonths()

No description

Return Value

string