update
This commit is contained in:
@ -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",
|
||||
|
||||
Reference in New Issue
Block a user