completed zesa journey
This commit is contained in:
9
src/main/java/zw/qantra/tm/domain/enums/AuthType.java
Normal file
9
src/main/java/zw/qantra/tm/domain/enums/AuthType.java
Normal file
@@ -0,0 +1,9 @@
|
||||
package zw.qantra.tm.domain.enums;
|
||||
|
||||
public enum AuthType {
|
||||
WEB,
|
||||
USSD,
|
||||
WHATSAPP,
|
||||
MOBILE,
|
||||
REMOTE
|
||||
}
|
||||
@@ -1,6 +1,7 @@
|
||||
package zw.qantra.tm.domain.enums;
|
||||
|
||||
public enum RequestType {
|
||||
CONFIRM,
|
||||
REQUEST,
|
||||
CONFIRM
|
||||
INTEGRATION
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user