update entity eform
This commit is contained in:
@ -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",
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user