Apr constructor
Apr({
- double? aprPercentage,
- AprAprType? aprType,
- double? balanceSubjectToApr,
- double? interestChargeAmount,
Implementation
Apr({
this.aprPercentage,
this.aprType,
this.balanceSubjectToApr,
this.interestChargeAmount,
});