ProcessingFee constructor
ProcessingFee({
- Money? amountMoney,
- ProcessingFeeType? type,
- String? effectiveAt,
Implementation
ProcessingFee({
this.amountMoney, this.type, this.effectiveAt
});