update customer approved'
;
This commit is contained in:
@ -15,11 +15,11 @@ export enum TrxVerificationStatus {
|
||||
}
|
||||
|
||||
export enum TrxCustomerStatus {
|
||||
"Pending Supervisor" = "pending_supervisor",
|
||||
"Pending Manager" = "pending_manager",
|
||||
"Reject" = "reject",
|
||||
"Active" = "active",
|
||||
"Not Active" = "not_active",
|
||||
"pending_supervisor" = "pending_supervisor",
|
||||
"pending_manager" = "pending_manager",
|
||||
"reject" = "reject",
|
||||
"active" = "active",
|
||||
"not_active" = "not_active",
|
||||
}
|
||||
|
||||
export enum TrxCustomerType {
|
||||
@ -27,6 +27,12 @@ export enum TrxCustomerType {
|
||||
"business" = "business",
|
||||
}
|
||||
|
||||
export enum TrxCustomerPosition {
|
||||
"teller" = "teller",
|
||||
"manager" = "manager",
|
||||
"done" = "done",
|
||||
}
|
||||
|
||||
export enum TrxCostCode {
|
||||
"BRI_TL_USD" = "BRI_TL_USD",
|
||||
"OTHER_TL_USD" = "OTHER_TL_USD",
|
||||
|
||||
Reference in New Issue
Block a user