Apr constructor

Apr({
  1. double? aprPercentage,
  2. AprAprType? aprType,
  3. double? balanceSubjectToApr,
  4. double? interestChargeAmount,
})

Implementation

Apr({
  this.aprPercentage,
  this.aprType,
  this.balanceSubjectToApr,
  this.interestChargeAmount,
});