menu
ipaymu package
documentation
models/payment_method_model.dart
TransactionFee
TransactionFee.new constructor
TransactionFee.new constructor
dark_mode
light_mode
TransactionFee
constructor
TransactionFee
(
{
double
?
actualFee
,
String
?
actualFeeType
,
int
?
additionalFee
,
})
Implementation
TransactionFee({this.actualFee, this.actualFeeType, this.additionalFee});
ipaymu package
documentation
models/payment_method_model
TransactionFee
TransactionFee.new constructor
TransactionFee class