4 lines
42 B
Dart
4 lines
42 B
Dart
|
enum PayoutInterval{
|
||
|
yearly,
|
||
|
monthly
|
||
|
}
|