This commit is contained in:
2025-07-16 21:22:15 +07:00

View File

@ -6,18 +6,18 @@ export enum RemitPartnerType {
export enum RemitPartnerStatus {
"pending" = "pending",
"approved" = "approved",
"rejected" = "rejected"
"rejected" = "rejected",
}
export enum RemitRiskLevel {
"low" = "low",
"mid" = "mid",
"high" = "high"
"high" = "high",
}
export enum RemitGender {
"man" = "man",
"female" = "female"
"female" = "female",
}
export enum RemitIdentityType {
@ -26,7 +26,7 @@ export enum RemitIdentityType {
"passport" = "passport",
"visa" = "visa",
"citizen personal id" = "citizen_personal_id",
"driver_license" = "driver_license"
"driver_license" = "driver_license",
}
export enum RemitDocumentType {
@ -35,17 +35,18 @@ export enum RemitDocumentType {
"passport" = "passport",
"certificado registo comercial" = "certificado_registo_comercial",
"licenca provisoria" = "licenca_provisoria",
"estatuto" = "estatuto"
"estatuto" = "estatuto",
"aggrement" = "aggrement",
}
export enum RemitPartnerFeeType {
"percentage" = "percentage",
"fix" = "fix"
"fix" = "fix",
}
export enum RemitSenderType {
"bri" = "bri",
"wic" = "wic"
"wic" = "wic",
}
export enum RemitTransactionStatus {