This commit is contained in:
fro1991
2025-07-27 16:02:56 +07:00
parent 03bc9f3110
commit b0af3b7e3c
4 changed files with 2 additions and 16 deletions

View File

@ -61,13 +61,3 @@ export enum RemitTransactionCurrencyType {
"rp" = "rp",
"usd" = "usd",
}
export enum RemitTransactionModeType {
"On Behalf Transaction" = "on_behalf",
"Self Transaction" = "self",
}
export enum RemitTransactionChannelType {
"Transaction Conduct via Self-Mobile Application" = "self_mobile_app",
"Transaction Conduct via Agent" = "agent",
}