update entity eform

This commit is contained in:
2025-08-18 21:32:45 +07:00
parent 9487d30e37
commit 49604ca9a4
12 changed files with 876 additions and 1 deletions

View File

@ -3,6 +3,21 @@ export enum EformRequestSourceType {
"app_brizzi" = "app_brizzi",
}
export enum EformRequestAggrementType {
"Aggree" = "true",
"Not Aggree" = "false",
}
export enum EformRequestProductName {
"Britama" = "britama",
"Giro" = "giro",
}
export enum EformRequestProductType {
"Card" = "card",
"Book" = "book",
}
export enum EformRequestStatusType {
"verify" = "verify",
"open" = "open",
@ -15,3 +30,29 @@ export enum EformRequestRequestorType {
"wic" = "wic",
"bri" = "bri",
}
export enum EformGender {
"man" = "man",
"female" = "female",
}
export enum EformInterestAccountType {
"saving" = "saving",
"investment" = "investment",
"transaction" = "transaction",
"other" = "other",
}
export enum EformIdentityType {
"electoral" = "electoral",
"bi" = "bi",
"passport" = "passport",
"visa" = "visa",
}
export enum EformBankType {
"bnctl" = "bnctl",
"mandiri" = "mandiri",
"bnu" = "bnu",
"anz" = "anz",
}