ProcessingFee constructor

ProcessingFee({
  1. Money? amountMoney,
  2. ProcessingFeeType? type,
  3. String? effectiveAt,
})

Implementation

ProcessingFee({
  this.amountMoney, this.type, this.effectiveAt
});