This commit is contained in:
fro1991
2025-10-20 22:06:22 +07:00
parent 0fd056ad97
commit 9cdb2dcdfb
2 changed files with 20 additions and 7 deletions

View File

@ -25,10 +25,17 @@ export enum TrxCustomerType {
"business" = "business",
}
export enum TrxCostCode {
"BRI_ID_IDR" = "BRI_ID_IDR",
"BRI_ID_USD" = "BRI_ID_USD",
"OTHER_ID_IDR" = "OTHER_ID_IDR",
"OTHER_ID_USD" = "OTHER_ID_USD",
"OTHER_WW_USD" = "OTHER_WW_USD",
}
export enum TrxCostType {
"domestic" = "domestic",
"remittance" = "remittance",
"swift" = "swift",
"fix" = "fix",
"percentage" = "percentage",
}
export enum TrxTransactionStatus {