gamingpe-chatbot
Version:
This chatbot can be used for the Deposit, Withdrawal and Solving query for the pending transaction faster than before.
41 lines (40 loc) • 1.24 kB
TypeScript
export declare enum PaymentOptionsEnum {
IMPS = "IMPS",
UPI = "UPI",
QR = "QR",
GooglePay = "googlePay",
PhonePe = "phonePe",
Paytm = "paytm",
Bhim = "bhim",
Other = "other",
UTRSubmission = "UTR Submission",
SubmitPendingTransactionKey = "Submit Pending Transaction Key"
}
export declare enum BankTypesEnum {
default = 0,
recopays = 1,
payWing = 2,
autoPayIn = 3,
pay365 = 4,
tappay = 5,
nexapayUpiCollect = 6,
firstPe = 7,
airpay = 8,
xettle = 9,
starpaisa = 10,
finopay = 11,
finopayStaticQR = 12,
pay365New = 13,
OFCPAY = 14,
theUnionPay = 15,
heksaPay = 17,
letspe = 18,
payTMe = 19,
bizzpaa = 20
}
export declare enum TransactionReasonKeyEnum {
UtrNotSubmitted = "utr_not_submitted",//UTR is not submitted in the order/transaction
AmountNotReceived = "amount_not_received_against_utr",//UTR is submitted but amount is not received against that UTR, mean utr is missing/not found in the bank transaction table
WrongAmount = "wrong_amount_against_utr",//UTR is submitted but amount is wrong in the order/transaction and we received the amount against that UTR, need to update the amount
Empty = ""
}