# PartnerApplication ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **id** | **int** | Application record ID | [optional] **uid** | **int** | User ID | [optional] **language** | **str** | Language code | [optional] **country_id** | **int** | Country ID | [optional] **firstname** | **str** | First name | [optional] **lastname** | **str** | Last name | [optional] **email** | **str** | Email address | [optional] **join_uid** | **int** | Joined user ID | [optional] **join_country_id** | **int** | Joined country ID | [optional] **identity_comment** | **str** | Identity description | [optional] **promotion_channels** | **str** | Promotion channels, separated by | | [optional] **contact_details** | **str** | Contact details (JSON string) | [optional] **know_details** | **str** | Learn more | [optional] **question_lang** | **str** | Question language | [optional] **create_timest** | **datetime** | Created time | [optional] **update_timest** | **datetime** | Update time | [optional] **apply_type** | **int** | Application type | [optional] **audit_status** | **int** | Review status (0 - pending, 1 - approved, 2 - rejected) | [optional] **edit_counts** | **int** | Edit count | [optional] **proof_images** | **str** | Proof image path | [optional] **proof_videos** | **str** | Proof video path | [optional] **proof_url** | **str** | Proof link | [optional] **audit_reason** | **int** | Review reason code | [optional] **channel_type** | **int** | Channel type | [optional] **region** | **str** | Region | [optional] **phone** | **str** | Phone number | [optional] **telegram** | **str** | Telegram account | [optional] **other_contact** | [**OtherContact**](OtherContact.md) | | [optional] **proof_images_url_list** | **list[str]** | List of proof image URLs | [optional] **proof_videos_url_list** | **list[str]** | List of proof video URLs | [optional] **apply_msg** | **str** | Application message | [optional] **jump_url** | **str** | Redirect URL | [optional] [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)