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