This commit is contained in:
fro1991
2025-10-18 01:23:09 +07:00
parent dd81a28d4e
commit 16bc4cd34d
8 changed files with 340 additions and 0 deletions

View File

@ -3,6 +3,12 @@ export enum TrxCustomerType {
"business" = "business",
}
export enum TrxCostType {
"domestic" = "domestic",
"remittance" = "remittance",
"swift" = "swift",
}
export enum TrxTransactionStatus {
"verify" = "verify",
"open" = "open",