InstallmentPlan constructor
InstallmentPlan({})
Implementation
InstallmentPlan({
this.id,
this.installmentPeriod,
this.interestRate,
this.amount,
this.upfrontFees,
this.issuerCode,
this.issuerNameEn,
this.issuerNameAr,
this.issuerLogoAr,
this.issuerLogoEn,
this.processingFeesType,
this.processingFeesAmount,
this.feeDisplayValue,
});