7 lines
93 B
Dart
7 lines
93 B
Dart
enum InsufficientNetPolicy {
|
|
unspecified,
|
|
blockPosting,
|
|
sweepOrgCash,
|
|
invoiceLater
|
|
}
|