ProductInstallment constructor
ProductInstallment({})
Implementation
ProductInstallment({
this.amount,
this.annualPercentageRate,
this.creditType,
this.downpayment,
this.months,
this.totalAmount,
});
ProductInstallment({
this.amount,
this.annualPercentageRate,
this.creditType,
this.downpayment,
this.months,
this.totalAmount,
});