[update]: Eligibility check request
This commit is contained in:
@@ -0,0 +1 @@
|
||||
from .transaction_type import transaction_type
|
||||
@@ -0,0 +1,6 @@
|
||||
from enum import Enum
|
||||
|
||||
class transaction_type(str, Enum):
|
||||
ELIGIBILITY_CHECK = "eligibility_check"
|
||||
PAYMENT = "payment"
|
||||
REPAYMENT = "repayment"
|
||||
Reference in New Issue
Block a user