update
This commit is contained in:
@ -1,9 +1,3 @@
|
||||
export enum TrxBankType {
|
||||
"domestic" = "domestic",
|
||||
"remittance" = "remittance",
|
||||
"swift" = "swift",
|
||||
}
|
||||
|
||||
export enum TrxVerificationType {
|
||||
"phone" = "phone",
|
||||
"email" = "email",
|
||||
@ -47,8 +41,7 @@ export enum TrxCurrencyRateType {
|
||||
|
||||
export enum TrxTransactionType {
|
||||
"domestic" = "domestic",
|
||||
"remittance" = "remittance",
|
||||
"swift" = "swift",
|
||||
"overseas" = "overseas",
|
||||
}
|
||||
|
||||
export enum TrxTransactionPosition {
|
||||
|
||||
Reference in New Issue
Block a user