2024-04-10 22:18:44 +03:00
# UserInfo
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
2024-05-12 12:36:47 +03:00
**ClientId** | **string** | Ідентифікатор клієнта (збігається з id для send.monobank.ua) | [optional] [default to null]
**Name** | **string** | Ім' я клієнта | [optional] [default to null]
**WebHookUrl** | **string** | URL для надсиляння подій по зміні балансу рахунку | [optional] [default to null]
**Permissions** | **string** | Перелік прав, які які надає сервіс (1 літера на 1 permission). | [optional] [default to null]
**Accounts** | [**[]UserInfoAccounts**](UserInfo_accounts.md) | Перелік доступних рахунків | [optional] [default to null]
**Jars** | [**[]UserInfoJars**](UserInfo_jars.md) | Перелік банок | [optional] [default to null]
2024-04-10 22:18:44 +03:00
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)