Merge branch 'main' of https://git.shiblysolution.id/BRITL/entity
This commit is contained in:
@ -13,10 +13,16 @@ export enum ComplianceRiskPepType {
|
||||
|
||||
export enum ComplianceRiskFormulaType {
|
||||
"transaction" = "transaction",
|
||||
"customer" = "customer",
|
||||
"customer_personal" = "customer_personal",
|
||||
"customer_business" = "customer_business",
|
||||
}
|
||||
|
||||
export enum ComplianceRiskTransactionType {
|
||||
"bri" = "bri",
|
||||
"wic" = "wic",
|
||||
}
|
||||
|
||||
export enum ComplianceRiskCustomerType {
|
||||
"customer_personal" = "customer_personal",
|
||||
"customer_business" = "customer_business",
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user