This commit is contained in:
fro1991
2025-07-27 15:44:31 +07:00
parent 5c443f559b
commit 03bc9f3110
4 changed files with 108 additions and 0 deletions

View File

@ -61,3 +61,13 @@ 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",
}