Files
flutter_wisetronic/lib/models/payment_method.dart
2021-08-31 13:28:33 -04:00

5 lines
55 B
Dart

enum PaymentMethod {
ONLINE, // 1
OFFLINE // 0
}