fee treatment added
This commit is contained in:
5
frontend/pshared/lib/models/payment/fees/treatment.dart
Normal file
5
frontend/pshared/lib/models/payment/fees/treatment.dart
Normal file
@@ -0,0 +1,5 @@
|
||||
enum FeeTreatment {
|
||||
addToSource,
|
||||
deductFromDestination,
|
||||
unspecified,
|
||||
}
|
||||
Reference in New Issue
Block a user