FeeDetails constructor
FeeDetails({})
Implementation
FeeDetails({
required this.amount,
required this.application,
required this.currency,
required this.description,
required this.type,
});
FeeDetails({
required this.amount,
required this.application,
required this.currency,
required this.description,
required this.type,
});