vrchatapi 1.20.8

VRChat API Client for Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# TiliaKyc

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**account_id** | **String** | Tilia account identifier. | 
**kyc_id** | **String** | KYC verification identifier. | 
**kyc_requirements** | **String** | Requirement state reported by Tilia. | 
**match_checks** | **Vec<String>** | Match checks returned by Tilia. | 
**pii_level** | **String** | PII verification level. | 
**rules** | **Vec<String>** | Additional rules returned by Tilia. | 
**state** | **String** | Overall KYC state. | 
**tilia_retry_rule_code** | **String** | Retry rule code returned by Tilia, if any. | 

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)