Source: merlon/v1/screening.proto (package merlon.v1)
サービス
ScreeningService
| メソッド | リクエスト | レスポンス | 説明 |
|---|
ScreenCustomer | merlon.v1.ScreenCustomerRequest | merlon.v1.ScreenCustomerResponse | — |
Health | merlon.v1.HealthRequest | merlon.v1.HealthResponse | Deprecated. @deprecated Use the standard grpc.health.v1.Health service instead (OPS-002, the operational design §4.4). Kept for backward compatibility until 2027-07-04 (12 months), per Contract Stability. buf:lint:ignore RPC_REQUEST_RESPONSE_UNIQUE |
メッセージ
ScreenCustomerRequest
| フィールド | 型 | ラベル | 説明 |
|---|
customer_id | string | — | — |
name | string | — | — |
name_kana | string | — | — |
country_code | string | — | — |
date_of_birth | string | — | — |
list_ids | string | repeated | — |
ScreenCustomerResponse
| フィールド | 型 | ラベル | 説明 |
|---|
customer_id | string | — | — |
hit | bool | — | — |
matches | ScreenMatch | repeated | — |
lists_checked | int32 | — | — |
screened_at | Timestamp | — | — |
ScreenMatch
| フィールド | 型 | ラベル | 説明 |
|---|
list_id | string | — | — |
entry_id | string | — | — |
matched_name | string | — | — |
similarity | double | — | — |
list_type | string | — | — |
source | string | — | — |