update transaction
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
export enum TrxTransactionStatusType {
|
||||
export enum TrxTransactionStatus {
|
||||
"verify" = "verify",
|
||||
"open" = "open",
|
||||
"progress" = "progress",
|
||||
@ -7,15 +7,26 @@ export enum TrxTransactionStatusType {
|
||||
"approved" = "approved",
|
||||
}
|
||||
|
||||
export enum TrxTransactionType {
|
||||
export enum TrxTransactionTypeStatus {
|
||||
"deposit" = "deposit",
|
||||
"transfer" = "transfer",
|
||||
"clearing" = "clearing",
|
||||
"rtgs" = "rtgs",
|
||||
}
|
||||
|
||||
export enum TrxTransactionTransferStatus {
|
||||
"remittance" = "remittance",
|
||||
"swift" = "swift",
|
||||
"domestic" = "domestic",
|
||||
}
|
||||
|
||||
export enum TrxTransactionCorrespondentFees {
|
||||
"sender" = "sender",
|
||||
"recepient" = "recepient",
|
||||
"other" = "other",
|
||||
}
|
||||
|
||||
export enum TrxConfigBankType {
|
||||
"indonesia" = "indonesia",
|
||||
"domestic" = "domestic",
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user