Metadata-Version: 2.4
Name: nexium_exchanger
Version: 0.1.5
Summary: Nexium Exchanger API
Home-page: 
Author: Nexium
Author-email: Nexium <info@nexium.me>
License-Expression: MIT
Project-URL: Repository, https://github.com/GIT_USER_ID/GIT_REPO_ID
Keywords: OpenAPI,OpenAPI-Generator,Nexium Exchanger API
Requires-Python: >=3.9
Description-Content-Type: text/markdown
Requires-Dist: urllib3<3.0.0,>=2.1.0
Requires-Dist: python-dateutil>=2.8.2
Requires-Dist: aiohttp>=3.8.4
Requires-Dist: aiohttp-retry>=2.8.3
Requires-Dist: pydantic>=2
Requires-Dist: typing-extensions>=4.7.1
Dynamic: author

# nexium-exchanger
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:

- API version: 0.1.5
- Package version: 0.1.5
- Generator version: 7.14.0
- Build package: org.openapitools.codegen.languages.PythonClientCodegen
For more information, please visit [https://nexium.me/](https://nexium.me/)

## Requirements.

Python 3.9+

## Installation & Usage
### pip install

If the python package is hosted on a repository, you can install directly using:

```sh
pip install git+https://github.com/GIT_USER_ID/GIT_REPO_ID.git
```
(you may need to run `pip` with root permission: `sudo pip install git+https://github.com/GIT_USER_ID/GIT_REPO_ID.git`)

Then import the package:
```python
import nexium_exchanger
```

### Setuptools

Install via [Setuptools](http://pypi.python.org/pypi/setuptools).

```sh
python setup.py install --user
```
(or `sudo python setup.py install` to install the package for all users)

Then import the package:
```python
import nexium_exchanger
```

### Tests

Execute `pytest` to run the tests.

## Getting Started

Please follow the [installation procedure](#installation--usage) and then run the following:

```python

import nexium_exchanger
from nexium_exchanger.rest import ApiException
from pprint import pprint

# Defining the host is optional and defaults to http://localhost
# See configuration.py for a list of all supported configuration parameters.
configuration = nexium_exchanger.Configuration(
    host = "http://localhost"
)

# The client must configure the authentication and authorization parameters
# in accordance with the API server security policy.
# Examples for each auth method are provided below, use the example that
# satisfies your auth use case.

# Configure Bearer authorization: HTTPBearer
configuration = nexium_exchanger.Configuration(
    access_token = os.environ["BEARER_TOKEN"]
)


# Enter a context with an instance of the API client
async with nexium_exchanger.ApiClient(configuration) as api_client:
    # Create an instance of the API class
    api_instance = nexium_exchanger.AuthEntitiesApi(api_client)

    try:
        # Get Me
        api_response = await api_instance.get_me_auth_entities_me_get()
        print("The response of AuthEntitiesApi->get_me_auth_entities_me_get:\n")
        pprint(api_response)
    except ApiException as e:
        print("Exception when calling AuthEntitiesApi->get_me_auth_entities_me_get: %s\n" % e)

```

## Documentation for API Endpoints

All URIs are relative to *http://localhost*

Class | Method | HTTP request | Description
------------ | ------------- | ------------- | -------------
*AuthEntitiesApi* | [**get_me_auth_entities_me_get**](docs/AuthEntitiesApi.md#get_me_auth_entities_me_get) | **GET** /auth-entities/me | Get Me
*CurrenciesApi* | [**create_currency_currencies_post**](docs/CurrenciesApi.md#create_currency_currencies_post) | **POST** /currencies/ | Create Currency
*CurrenciesApi* | [**delete_currency_currencies_currency_id_delete**](docs/CurrenciesApi.md#delete_currency_currencies_currency_id_delete) | **DELETE** /currencies/{currency_id} | Delete Currency
*CurrenciesApi* | [**get_currency_currencies_currency_id_get**](docs/CurrenciesApi.md#get_currency_currencies_currency_id_get) | **GET** /currencies/{currency_id} | Get Currency
*CurrenciesApi* | [**list_currencies_currencies_get**](docs/CurrenciesApi.md#list_currencies_currencies_get) | **GET** /currencies/ | List Currencies
*CurrenciesApi* | [**lookup_currencies_currencies_lookup_get**](docs/CurrenciesApi.md#lookup_currencies_currencies_lookup_get) | **GET** /currencies/lookup | Lookup Currencies
*CurrenciesApi* | [**update_currency_currencies_currency_id_patch**](docs/CurrenciesApi.md#update_currency_currencies_currency_id_patch) | **PATCH** /currencies/{currency_id} | Update Currency
*CustomersApi* | [**cancel_customer_coupon_customers_customer_id_coupons_coupon_id_cancel_post**](docs/CustomersApi.md#cancel_customer_coupon_customers_customer_id_coupons_coupon_id_cancel_post) | **POST** /customers/{customer_id}/coupons/{coupon_id}/cancel | Cancel Customer Coupon
*CustomersApi* | [**create_customer_customers_post**](docs/CustomersApi.md#create_customer_customers_post) | **POST** /customers/ | Create Customer
*CustomersApi* | [**delete_customer_customers_customer_id_delete**](docs/CustomersApi.md#delete_customer_customers_customer_id_delete) | **DELETE** /customers/{customer_id} | Delete Customer
*CustomersApi* | [**get_customer_customers_customer_id_get**](docs/CustomersApi.md#get_customer_customers_customer_id_get) | **GET** /customers/{customer_id} | Get Customer
*CustomersApi* | [**get_me_customers_me_get**](docs/CustomersApi.md#get_me_customers_me_get) | **GET** /customers/me | Get Me
*CustomersApi* | [**issue_customer_coupon_customers_customer_id_coupons_post**](docs/CustomersApi.md#issue_customer_coupon_customers_customer_id_coupons_post) | **POST** /customers/{customer_id}/coupons | Issue Customer Coupon
*CustomersApi* | [**list_customers_customers_get**](docs/CustomersApi.md#list_customers_customers_get) | **GET** /customers/ | List Customers
*CustomersApi* | [**touch_my_telegram_last_activity_customers_me_telegram_last_activity_post**](docs/CustomersApi.md#touch_my_telegram_last_activity_customers_me_telegram_last_activity_post) | **POST** /customers/me/telegram/last-activity | Touch My Telegram Last Activity
*CustomersApi* | [**update_customer_customers_customer_id_patch**](docs/CustomersApi.md#update_customer_customers_customer_id_patch) | **PATCH** /customers/{customer_id} | Update Customer
*EmployeePaymentMethodsApi* | [**create_link_employee_payment_methods_post**](docs/EmployeePaymentMethodsApi.md#create_link_employee_payment_methods_post) | **POST** /employee-payment-methods/ | Create Link
*EmployeePaymentMethodsApi* | [**delete_link_employee_payment_methods_link_id_delete**](docs/EmployeePaymentMethodsApi.md#delete_link_employee_payment_methods_link_id_delete) | **DELETE** /employee-payment-methods/{link_id} | Delete Link
*EmployeePaymentMethodsApi* | [**list_links_employee_payment_methods_get**](docs/EmployeePaymentMethodsApi.md#list_links_employee_payment_methods_get) | **GET** /employee-payment-methods/ | List Links
*EmployeesApi* | [**create_employee_employees_post**](docs/EmployeesApi.md#create_employee_employees_post) | **POST** /employees/ | Create Employee
*EmployeesApi* | [**delete_employee_employees_employee_id_delete**](docs/EmployeesApi.md#delete_employee_employees_employee_id_delete) | **DELETE** /employees/{employee_id} | Delete Employee
*EmployeesApi* | [**get_employee_employees_employee_id_get**](docs/EmployeesApi.md#get_employee_employees_employee_id_get) | **GET** /employees/{employee_id} | Get Employee
*EmployeesApi* | [**get_me_employees_me_get**](docs/EmployeesApi.md#get_me_employees_me_get) | **GET** /employees/me | Get Me
*EmployeesApi* | [**list_employee_roles_employees_roles_get**](docs/EmployeesApi.md#list_employee_roles_employees_roles_get) | **GET** /employees/roles | List Employee Roles
*EmployeesApi* | [**list_employees_employees_get**](docs/EmployeesApi.md#list_employees_employees_get) | **GET** /employees/ | List Employees
*EmployeesApi* | [**update_employee_employees_employee_id_patch**](docs/EmployeesApi.md#update_employee_employees_employee_id_patch) | **PATCH** /employees/{employee_id} | Update Employee
*ExchangeDirectionsApi* | [**attach_tag_to_direction_exchange_directions_tags_attach_post**](docs/ExchangeDirectionsApi.md#attach_tag_to_direction_exchange_directions_tags_attach_post) | **POST** /exchange-directions/tags/attach | Attach Tag To Direction
*ExchangeDirectionsApi* | [**create_exchange_direction_exchange_directions_post**](docs/ExchangeDirectionsApi.md#create_exchange_direction_exchange_directions_post) | **POST** /exchange-directions/ | Create Exchange Direction
*ExchangeDirectionsApi* | [**delete_exchange_direction_exchange_directions_direction_id_delete**](docs/ExchangeDirectionsApi.md#delete_exchange_direction_exchange_directions_direction_id_delete) | **DELETE** /exchange-directions/{direction_id} | Delete Exchange Direction
*ExchangeDirectionsApi* | [**detach_tag_from_direction_exchange_directions_tags_detach_post**](docs/ExchangeDirectionsApi.md#detach_tag_from_direction_exchange_directions_tags_detach_post) | **POST** /exchange-directions/tags/detach | Detach Tag From Direction
*ExchangeDirectionsApi* | [**get_exchange_direction_exchange_directions_direction_id_get**](docs/ExchangeDirectionsApi.md#get_exchange_direction_exchange_directions_direction_id_get) | **GET** /exchange-directions/{direction_id} | Get Exchange Direction
*ExchangeDirectionsApi* | [**list_exchange_directions_exchange_directions_get**](docs/ExchangeDirectionsApi.md#list_exchange_directions_exchange_directions_get) | **GET** /exchange-directions/ | List Exchange Directions
*ExchangeDirectionsApi* | [**update_exchange_direction_exchange_directions_direction_id_patch**](docs/ExchangeDirectionsApi.md#update_exchange_direction_exchange_directions_direction_id_patch) | **PATCH** /exchange-directions/{direction_id} | Update Exchange Direction
*ExchangeRatesApi* | [**create_exchange_rate_exchange_rates_post**](docs/ExchangeRatesApi.md#create_exchange_rate_exchange_rates_post) | **POST** /exchange-rates/ | Create Exchange Rate
*ExchangeRatesApi* | [**delete_exchange_rate_exchange_rates_rate_id_delete**](docs/ExchangeRatesApi.md#delete_exchange_rate_exchange_rates_rate_id_delete) | **DELETE** /exchange-rates/{rate_id} | Delete Exchange Rate
*ExchangeRatesApi* | [**get_exchange_rate_exchange_rates_rate_id_get**](docs/ExchangeRatesApi.md#get_exchange_rate_exchange_rates_rate_id_get) | **GET** /exchange-rates/{rate_id} | Get Exchange Rate
*ExchangeRatesApi* | [**list_exchange_rates_exchange_rates_get**](docs/ExchangeRatesApi.md#list_exchange_rates_exchange_rates_get) | **GET** /exchange-rates/ | List Exchange Rates
*ExchangeRatesApi* | [**recalculate_all_exchange_rates_exchange_rates_recalculate_post**](docs/ExchangeRatesApi.md#recalculate_all_exchange_rates_exchange_rates_recalculate_post) | **POST** /exchange-rates/recalculate | Recalculate All Exchange Rates
*ExchangeRatesApi* | [**recalculate_exchange_rate_exchange_rates_rate_id_recalculate_post**](docs/ExchangeRatesApi.md#recalculate_exchange_rate_exchange_rates_rate_id_recalculate_post) | **POST** /exchange-rates/{rate_id}/recalculate | Recalculate Exchange Rate
*ExchangeRatesApi* | [**update_exchange_rate_exchange_rates_rate_id_patch**](docs/ExchangeRatesApi.md#update_exchange_rate_exchange_rates_rate_id_patch) | **PATCH** /exchange-rates/{rate_id} | Update Exchange Rate
*ExchangersApi* | [**create_exchanger_exchangers_post**](docs/ExchangersApi.md#create_exchanger_exchangers_post) | **POST** /exchangers/ | Create Exchanger
*ExchangersApi* | [**delete_exchanger_exchangers_exchanger_id_delete**](docs/ExchangersApi.md#delete_exchanger_exchangers_exchanger_id_delete) | **DELETE** /exchangers/{exchanger_id} | Delete Exchanger
*ExchangersApi* | [**get_exchanger_exchangers_exchanger_id_get**](docs/ExchangersApi.md#get_exchanger_exchangers_exchanger_id_get) | **GET** /exchangers/{exchanger_id} | Get Exchanger
*ExchangersApi* | [**get_my_exchange_directions_exchanger_exchange_directions_get**](docs/ExchangersApi.md#get_my_exchange_directions_exchanger_exchange_directions_get) | **GET** /exchanger/exchange-directions | Get My Exchange Directions
*ExchangersApi* | [**get_my_exchanger_exchanger_me_get**](docs/ExchangersApi.md#get_my_exchanger_exchanger_me_get) | **GET** /exchanger/me | Get My Exchanger
*ExchangersApi* | [**list_exchangers_exchangers_get**](docs/ExchangersApi.md#list_exchangers_exchangers_get) | **GET** /exchangers/ | List Exchangers
*ExchangersApi* | [**lookup_exchangers_exchangers_lookup_get**](docs/ExchangersApi.md#lookup_exchangers_exchangers_lookup_get) | **GET** /exchangers/lookup | Lookup Exchangers
*ExchangersApi* | [**update_exchanger_exchangers_exchanger_id_patch**](docs/ExchangersApi.md#update_exchanger_exchangers_exchanger_id_patch) | **PATCH** /exchangers/{exchanger_id} | Update Exchanger
*IncomingPaymentRequestsApi* | [**list_requests_incoming_payment_requests_get**](docs/IncomingPaymentRequestsApi.md#list_requests_incoming_payment_requests_get) | **GET** /incoming_payment_requests/ | List Requests
*KycApi* | [**didit_webhook_handler_kyc_webhook_post**](docs/KycApi.md#didit_webhook_handler_kyc_webhook_post) | **POST** /kyc/webhook | Didit Webhook Handler
*KycApi* | [**start_kyc_verification_kyc_verify_get**](docs/KycApi.md#start_kyc_verification_kyc_verify_get) | **GET** /kyc/verify | Start Kyc Verification
*OrdersApi* | [**cancel_order_orders_order_id_cancel_post**](docs/OrdersApi.md#cancel_order_orders_order_id_cancel_post) | **POST** /orders/{order_id}/cancel | Cancel Order
*OrdersApi* | [**create_order_orders_post**](docs/OrdersApi.md#create_order_orders_post) | **POST** /orders/ | Create Order
*OrdersApi* | [**get_my_order_customers_me_orders_order_id_get**](docs/OrdersApi.md#get_my_order_customers_me_orders_order_id_get) | **GET** /customers/me/orders/{order_id} | Get My Order
*OrdersApi* | [**get_order_orders_order_id_get**](docs/OrdersApi.md#get_order_orders_order_id_get) | **GET** /orders/{order_id} | Get Order
*OrdersApi* | [**list_my_orders_customers_me_orders_get**](docs/OrdersApi.md#list_my_orders_customers_me_orders_get) | **GET** /customers/me/orders/ | List My Orders
*OrdersApi* | [**list_orders_orders_get**](docs/OrdersApi.md#list_orders_orders_get) | **GET** /orders/ | List Orders
*OrdersApi* | [**patch_order_orders_order_id_patch**](docs/OrdersApi.md#patch_order_orders_order_id_patch) | **PATCH** /orders/{order_id} | Patch Order
*OrdersApi* | [**request_quote_orders_quote_post**](docs/OrdersApi.md#request_quote_orders_quote_post) | **POST** /orders/quote | Request Quote
*OutgoingPaymentRequestsApi* | [**close_employee_request_employees_outgoing_payment_requests_request_id_close_post**](docs/OutgoingPaymentRequestsApi.md#close_employee_request_employees_outgoing_payment_requests_request_id_close_post) | **POST** /employees/outgoing_payment_requests/{request_id}/close | Close Employee Request
*OutgoingPaymentRequestsApi* | [**create_employee_request_employees_outgoing_payment_requests_post**](docs/OutgoingPaymentRequestsApi.md#create_employee_request_employees_outgoing_payment_requests_post) | **POST** /employees/outgoing_payment_requests/ | Create Employee Request
*OutgoingPaymentRequestsApi* | [**delete_employee_request_employees_outgoing_payment_requests_request_id_delete**](docs/OutgoingPaymentRequestsApi.md#delete_employee_request_employees_outgoing_payment_requests_request_id_delete) | **DELETE** /employees/outgoing_payment_requests/{request_id} | Delete Employee Request
*OutgoingPaymentRequestsApi* | [**get_employee_request_employees_outgoing_payment_requests_request_id_get**](docs/OutgoingPaymentRequestsApi.md#get_employee_request_employees_outgoing_payment_requests_request_id_get) | **GET** /employees/outgoing_payment_requests/{request_id} | Get Employee Request
*OutgoingPaymentRequestsApi* | [**list_requests_outgoing_payment_requests_get**](docs/OutgoingPaymentRequestsApi.md#list_requests_outgoing_payment_requests_get) | **GET** /outgoing_payment_requests/ | List Requests
*OutgoingPaymentRequestsApi* | [**open_request_outgoing_payment_requests_request_id_open_post**](docs/OutgoingPaymentRequestsApi.md#open_request_outgoing_payment_requests_request_id_open_post) | **POST** /outgoing_payment_requests/{request_id}/open | Open Request
*OutgoingPaymentRequestsApi* | [**set_payment_requisite_outgoing_payment_requests_request_id_payment_requisite_post**](docs/OutgoingPaymentRequestsApi.md#set_payment_requisite_outgoing_payment_requests_request_id_payment_requisite_post) | **POST** /outgoing_payment_requests/{request_id}/payment-requisite | Set Payment Requisite
*OutgoingPaymentRequestsApi* | [**update_employee_request_employees_outgoing_payment_requests_request_id_patch**](docs/OutgoingPaymentRequestsApi.md#update_employee_request_employees_outgoing_payment_requests_request_id_patch) | **PATCH** /employees/outgoing_payment_requests/{request_id} | Update Employee Request
*PaymentMethodsApi* | [**create_payment_method_payment_methods_post**](docs/PaymentMethodsApi.md#create_payment_method_payment_methods_post) | **POST** /payment-methods/ | Create Payment Method
*PaymentMethodsApi* | [**delete_payment_method_payment_methods_method_id_delete**](docs/PaymentMethodsApi.md#delete_payment_method_payment_methods_method_id_delete) | **DELETE** /payment-methods/{method_id} | Delete Payment Method
*PaymentMethodsApi* | [**get_payment_method_payment_methods_method_id_get**](docs/PaymentMethodsApi.md#get_payment_method_payment_methods_method_id_get) | **GET** /payment-methods/{method_id} | Get Payment Method
*PaymentMethodsApi* | [**list_payment_methods_payment_methods_get**](docs/PaymentMethodsApi.md#list_payment_methods_payment_methods_get) | **GET** /payment-methods/ | List Payment Methods
*PaymentMethodsApi* | [**lookup_payment_methods_payment_methods_lookup_get**](docs/PaymentMethodsApi.md#lookup_payment_methods_payment_methods_lookup_get) | **GET** /payment-methods/lookup | Lookup Payment Methods
*PaymentMethodsApi* | [**update_payment_method_payment_methods_method_id_patch**](docs/PaymentMethodsApi.md#update_payment_method_payment_methods_method_id_patch) | **PATCH** /payment-methods/{method_id} | Update Payment Method
*PaymentRequisitesApi* | [**admin_create_requisite_payment_requisites_post**](docs/PaymentRequisitesApi.md#admin_create_requisite_payment_requisites_post) | **POST** /payment-requisites | Admin Create Requisite
*PaymentRequisitesApi* | [**admin_delete_requisite_payment_requisites_requisite_id_delete**](docs/PaymentRequisitesApi.md#admin_delete_requisite_payment_requisites_requisite_id_delete) | **DELETE** /payment-requisites/{requisite_id} | Admin Delete Requisite
*PaymentRequisitesApi* | [**admin_get_requisite_payment_requisites_requisite_id_get**](docs/PaymentRequisitesApi.md#admin_get_requisite_payment_requisites_requisite_id_get) | **GET** /payment-requisites/{requisite_id} | Admin Get Requisite
*PaymentRequisitesApi* | [**admin_list_requisites_payment_requisites_get**](docs/PaymentRequisitesApi.md#admin_list_requisites_payment_requisites_get) | **GET** /payment-requisites | Admin List Requisites
*PaymentRequisitesApi* | [**admin_update_requisite_payment_requisites_requisite_id_patch**](docs/PaymentRequisitesApi.md#admin_update_requisite_payment_requisites_requisite_id_patch) | **PATCH** /payment-requisites/{requisite_id} | Admin Update Requisite
*PaymentRequisitesApi* | [**create_customer_requisite_customers_me_payment_requisites_post**](docs/PaymentRequisitesApi.md#create_customer_requisite_customers_me_payment_requisites_post) | **POST** /customers/me/payment-requisites | Create Customer Requisite
*PaymentRequisitesApi* | [**create_employee_requisite_employees_payment_requisites_post**](docs/PaymentRequisitesApi.md#create_employee_requisite_employees_payment_requisites_post) | **POST** /employees/payment-requisites | Create Employee Requisite
*PaymentRequisitesApi* | [**delete_customer_requisite_customers_me_payment_requisites_requisite_id_delete**](docs/PaymentRequisitesApi.md#delete_customer_requisite_customers_me_payment_requisites_requisite_id_delete) | **DELETE** /customers/me/payment-requisites/{requisite_id} | Delete Customer Requisite
*PaymentRequisitesApi* | [**delete_employee_requisite_employees_payment_requisites_requisite_id_delete**](docs/PaymentRequisitesApi.md#delete_employee_requisite_employees_payment_requisites_requisite_id_delete) | **DELETE** /employees/payment-requisites/{requisite_id} | Delete Employee Requisite
*PaymentRequisitesApi* | [**get_customer_requisite_customers_me_payment_requisites_requisite_id_get**](docs/PaymentRequisitesApi.md#get_customer_requisite_customers_me_payment_requisites_requisite_id_get) | **GET** /customers/me/payment-requisites/{requisite_id} | Get Customer Requisite
*PaymentRequisitesApi* | [**get_employee_requisite_employees_payment_requisites_requisite_id_get**](docs/PaymentRequisitesApi.md#get_employee_requisite_employees_payment_requisites_requisite_id_get) | **GET** /employees/payment-requisites/{requisite_id} | Get Employee Requisite
*PaymentRequisitesApi* | [**list_customer_requisites_customers_me_payment_requisites_get**](docs/PaymentRequisitesApi.md#list_customer_requisites_customers_me_payment_requisites_get) | **GET** /customers/me/payment-requisites | List Customer Requisites
*PaymentRequisitesApi* | [**list_employee_requisites_employees_payment_requisites_get**](docs/PaymentRequisitesApi.md#list_employee_requisites_employees_payment_requisites_get) | **GET** /employees/payment-requisites | List Employee Requisites
*PaymentRequisitesApi* | [**update_customer_requisite_customers_me_payment_requisites_requisite_id_patch**](docs/PaymentRequisitesApi.md#update_customer_requisite_customers_me_payment_requisites_requisite_id_patch) | **PATCH** /customers/me/payment-requisites/{requisite_id} | Update Customer Requisite
*PaymentRequisitesApi* | [**update_employee_requisite_employees_payment_requisites_requisite_id_patch**](docs/PaymentRequisitesApi.md#update_employee_requisite_employees_payment_requisites_requisite_id_patch) | **PATCH** /employees/payment-requisites/{requisite_id} | Update Employee Requisite
*PaymentsApi* | [**cancel_payment_payments_payment_id_cancel_post**](docs/PaymentsApi.md#cancel_payment_payments_payment_id_cancel_post) | **POST** /payments/{payment_id}/cancel | Cancel Payment
*PaymentsApi* | [**confirm_payment_payments_payment_id_confirm_post**](docs/PaymentsApi.md#confirm_payment_payments_payment_id_confirm_post) | **POST** /payments/{payment_id}/confirm | Confirm Payment
*PaymentsApi* | [**create_payment_for_customer_payments_for_customer_post**](docs/PaymentsApi.md#create_payment_for_customer_payments_for_customer_post) | **POST** /payments/for-customer | Create Payment For Customer
*PaymentsApi* | [**create_payment_for_employee_payments_for_employee_post**](docs/PaymentsApi.md#create_payment_for_employee_payments_for_employee_post) | **POST** /payments/for-employee | Create Payment For Employee
*PaymentsApi* | [**download_payment_attachment_payments_attachments_attachment_id_get**](docs/PaymentsApi.md#download_payment_attachment_payments_attachments_attachment_id_get) | **GET** /payments/attachments/{attachment_id} | Download Payment Attachment
*PaymentsApi* | [**request_payment_confirmation_payments_payment_id_request_confirmation_post**](docs/PaymentsApi.md#request_payment_confirmation_payments_payment_id_request_confirmation_post) | **POST** /payments/{payment_id}/request-confirmation | Request Payment Confirmation
*PaymentsApi* | [**update_payment_tags_payments_payment_id_tags_put**](docs/PaymentsApi.md#update_payment_tags_payments_payment_id_tags_put) | **PUT** /payments/{payment_id}/tags | Update Payment Tags
*PaymentsApi* | [**upload_payment_attachments_payments_payment_id_attachments_post**](docs/PaymentsApi.md#upload_payment_attachments_payments_payment_id_attachments_post) | **POST** /payments/{payment_id}/attachments | Upload Payment Attachments
*TagsApi* | [**create_tag_tags_post**](docs/TagsApi.md#create_tag_tags_post) | **POST** /tags/ | Create Tag
*TagsApi* | [**delete_tag_tags_tag_id_delete**](docs/TagsApi.md#delete_tag_tags_tag_id_delete) | **DELETE** /tags/{tag_id} | Delete Tag
*TagsApi* | [**get_tag_tags_tag_id_get**](docs/TagsApi.md#get_tag_tags_tag_id_get) | **GET** /tags/{tag_id} | Get Tag
*TagsApi* | [**list_tags_tags_get**](docs/TagsApi.md#list_tags_tags_get) | **GET** /tags/ | List Tags
*TagsApi* | [**update_tag_tags_tag_id_patch**](docs/TagsApi.md#update_tag_tags_tag_id_patch) | **PATCH** /tags/{tag_id} | Update Tag
*VariablesApi* | [**create_variable_variables_post**](docs/VariablesApi.md#create_variable_variables_post) | **POST** /variables/ | Create Variable
*VariablesApi* | [**delete_variable_variables_variable_id_delete**](docs/VariablesApi.md#delete_variable_variables_variable_id_delete) | **DELETE** /variables/{variable_id} | Delete Variable
*VariablesApi* | [**get_variable_variables_variable_id_get**](docs/VariablesApi.md#get_variable_variables_variable_id_get) | **GET** /variables/{variable_id} | Get Variable
*VariablesApi* | [**list_variables_variables_get**](docs/VariablesApi.md#list_variables_variables_get) | **GET** /variables/ | List Variables
*VariablesApi* | [**set_variables_variables_set_post**](docs/VariablesApi.md#set_variables_variables_set_post) | **POST** /variables/set | Set Variables
*VariablesApi* | [**update_variable_variables_variable_id_patch**](docs/VariablesApi.md#update_variable_variables_variable_id_patch) | **PATCH** /variables/{variable_id} | Update Variable
*WalletOperationsApi* | [**confirm_internal_operation_wallet_operations_operation_id_confirm_post**](docs/WalletOperationsApi.md#confirm_internal_operation_wallet_operations_operation_id_confirm_post) | **POST** /wallet-operations/{operation_id}/confirm | Confirm Internal Operation
*WalletOperationsApi* | [**create_deposit_wallet_operations_deposit_post**](docs/WalletOperationsApi.md#create_deposit_wallet_operations_deposit_post) | **POST** /wallet-operations/deposit | Create Deposit
*WalletOperationsApi* | [**create_internal_transfer_wallet_operations_internal_post**](docs/WalletOperationsApi.md#create_internal_transfer_wallet_operations_internal_post) | **POST** /wallet-operations/internal | Create Internal Transfer
*WalletOperationsApi* | [**create_withdraw_wallet_operations_withdraw_post**](docs/WalletOperationsApi.md#create_withdraw_wallet_operations_withdraw_post) | **POST** /wallet-operations/withdraw | Create Withdraw
*WalletOperationsApi* | [**decline_internal_operation_wallet_operations_operation_id_decline_post**](docs/WalletOperationsApi.md#decline_internal_operation_wallet_operations_operation_id_decline_post) | **POST** /wallet-operations/{operation_id}/decline | Decline Internal Operation
*WalletOperationsApi* | [**set_operation_tags_wallet_operations_operation_id_tags_put**](docs/WalletOperationsApi.md#set_operation_tags_wallet_operations_operation_id_tags_put) | **PUT** /wallet-operations/{operation_id}/tags | Set Operation Tags
*WalletsApi* | [**attach_employee_wallets_wallet_id_attach_post**](docs/WalletsApi.md#attach_employee_wallets_wallet_id_attach_post) | **POST** /wallets/{wallet_id}/attach | Attach Employee
*WalletsApi* | [**create_wallet_wallets_post**](docs/WalletsApi.md#create_wallet_wallets_post) | **POST** /wallets/ | Create Wallet
*WalletsApi* | [**detach_employee_wallets_wallet_id_detach_post**](docs/WalletsApi.md#detach_employee_wallets_wallet_id_detach_post) | **POST** /wallets/{wallet_id}/detach | Detach Employee
*WalletsApi* | [**get_my_wallet_wallets_me_wallet_id_get**](docs/WalletsApi.md#get_my_wallet_wallets_me_wallet_id_get) | **GET** /wallets/me/{wallet_id} | Get My Wallet
*WalletsApi* | [**get_wallet_admin_wallets_wallet_id_get**](docs/WalletsApi.md#get_wallet_admin_wallets_wallet_id_get) | **GET** /wallets/{wallet_id} | Get Wallet Admin
*WalletsApi* | [**list_my_wallets_wallets_me_get**](docs/WalletsApi.md#list_my_wallets_wallets_me_get) | **GET** /wallets/me | List My Wallets
*WalletsApi* | [**list_wallet_lookup_wallets_lookup_get**](docs/WalletsApi.md#list_wallet_lookup_wallets_lookup_get) | **GET** /wallets/lookup | List Wallet Lookup
*WalletsApi* | [**list_wallet_transactions_wallets_wallet_id_transactions_get**](docs/WalletsApi.md#list_wallet_transactions_wallets_wallet_id_transactions_get) | **GET** /wallets/{wallet_id}/transactions | List Wallet Transactions
*WalletsApi* | [**list_wallets_admin_wallets_get**](docs/WalletsApi.md#list_wallets_admin_wallets_get) | **GET** /wallets/ | List Wallets Admin
*WalletsApi* | [**update_wallet_wallets_wallet_id_patch**](docs/WalletsApi.md#update_wallet_wallets_wallet_id_patch) | **PATCH** /wallets/{wallet_id} | Update Wallet


## Documentation For Models

 - [AuthEntityResponse](docs/AuthEntityResponse.md)
 - [AuthEntityShortOut](docs/AuthEntityShortOut.md)
 - [CurrencyCreate](docs/CurrencyCreate.md)
 - [CurrencyOut](docs/CurrencyOut.md)
 - [CurrencyUpdate](docs/CurrencyUpdate.md)
 - [CustomerBaseOutInput](docs/CustomerBaseOutInput.md)
 - [CustomerBaseOutOutput](docs/CustomerBaseOutOutput.md)
 - [CustomerCouponCreate](docs/CustomerCouponCreate.md)
 - [CustomerCouponOut](docs/CustomerCouponOut.md)
 - [CustomerCouponTypeEnum](docs/CustomerCouponTypeEnum.md)
 - [CustomerCreate](docs/CustomerCreate.md)
 - [CustomerDetailOutInput](docs/CustomerDetailOutInput.md)
 - [CustomerDetailOutOutput](docs/CustomerDetailOutOutput.md)
 - [CustomerInviteDetailOutInput](docs/CustomerInviteDetailOutInput.md)
 - [CustomerInviteDetailOutOutput](docs/CustomerInviteDetailOutOutput.md)
 - [CustomerInviteSummary](docs/CustomerInviteSummary.md)
 - [CustomerListOutInput](docs/CustomerListOutInput.md)
 - [CustomerListOutOutput](docs/CustomerListOutOutput.md)
 - [CustomerMeOutInput](docs/CustomerMeOutInput.md)
 - [CustomerMeOutOutput](docs/CustomerMeOutOutput.md)
 - [CustomerTelegramCreate](docs/CustomerTelegramCreate.md)
 - [CustomerTelegramOut](docs/CustomerTelegramOut.md)
 - [CustomerUpdate](docs/CustomerUpdate.md)
 - [Data](docs/Data.md)
 - [EmployeeCreate](docs/EmployeeCreate.md)
 - [EmployeeMeOutInput](docs/EmployeeMeOutInput.md)
 - [EmployeeMeOutOutput](docs/EmployeeMeOutOutput.md)
 - [EmployeeOutInput](docs/EmployeeOutInput.md)
 - [EmployeeOutOutput](docs/EmployeeOutOutput.md)
 - [EmployeePaymentMethodCreate](docs/EmployeePaymentMethodCreate.md)
 - [EmployeePaymentMethodLinkOutInput](docs/EmployeePaymentMethodLinkOutInput.md)
 - [EmployeePaymentMethodLinkOutOutput](docs/EmployeePaymentMethodLinkOutOutput.md)
 - [EmployeePaymentMethodOutInput](docs/EmployeePaymentMethodOutInput.md)
 - [EmployeePaymentMethodOutOutput](docs/EmployeePaymentMethodOutOutput.md)
 - [EmployeeShortOut](docs/EmployeeShortOut.md)
 - [EmployeeStatusEnum](docs/EmployeeStatusEnum.md)
 - [EmployeeUpdate](docs/EmployeeUpdate.md)
 - [ExchangeDirectionCreate](docs/ExchangeDirectionCreate.md)
 - [ExchangeDirectionOutInput](docs/ExchangeDirectionOutInput.md)
 - [ExchangeDirectionOutOutput](docs/ExchangeDirectionOutOutput.md)
 - [ExchangeDirectionUpdate](docs/ExchangeDirectionUpdate.md)
 - [ExchangeRateCreate](docs/ExchangeRateCreate.md)
 - [ExchangeRateForDirectionOut](docs/ExchangeRateForDirectionOut.md)
 - [ExchangeRateOutInput](docs/ExchangeRateOutInput.md)
 - [ExchangeRateOutOutput](docs/ExchangeRateOutOutput.md)
 - [ExchangeRateRecalculateResultInput](docs/ExchangeRateRecalculateResultInput.md)
 - [ExchangeRateRecalculateResultOutput](docs/ExchangeRateRecalculateResultOutput.md)
 - [ExchangeRateStatusEnum](docs/ExchangeRateStatusEnum.md)
 - [ExchangeRateTypeEnum](docs/ExchangeRateTypeEnum.md)
 - [ExchangeRateUpdate](docs/ExchangeRateUpdate.md)
 - [ExchangerCreate](docs/ExchangerCreate.md)
 - [ExchangerLookupOut](docs/ExchangerLookupOut.md)
 - [ExchangerOut](docs/ExchangerOut.md)
 - [ExchangerUpdate](docs/ExchangerUpdate.md)
 - [ExistingPaymentRequestUpdate](docs/ExistingPaymentRequestUpdate.md)
 - [HTTPValidationError](docs/HTTPValidationError.md)
 - [IncomingPaymentRequestOutInput](docs/IncomingPaymentRequestOutInput.md)
 - [IncomingPaymentRequestOutOutput](docs/IncomingPaymentRequestOutOutput.md)
 - [IncomingPaymentRequestStatusEnum](docs/IncomingPaymentRequestStatusEnum.md)
 - [IncomingPaymentRequestTypeEnum](docs/IncomingPaymentRequestTypeEnum.md)
 - [NewIncomingPaymentRequest](docs/NewIncomingPaymentRequest.md)
 - [NewOutgoingPaymentRequest](docs/NewOutgoingPaymentRequest.md)
 - [OrderCreatePayload](docs/OrderCreatePayload.md)
 - [OrderOutInput](docs/OrderOutInput.md)
 - [OrderOutOutput](docs/OrderOutOutput.md)
 - [OrderPaymentRequestsUpdate](docs/OrderPaymentRequestsUpdate.md)
 - [OrderStatusEnum](docs/OrderStatusEnum.md)
 - [OrderTypeEnum](docs/OrderTypeEnum.md)
 - [OrderUpdatePayload](docs/OrderUpdatePayload.md)
 - [OutgoingPaymentRequestEmployeeCreate](docs/OutgoingPaymentRequestEmployeeCreate.md)
 - [OutgoingPaymentRequestEmployeeDataOutInput](docs/OutgoingPaymentRequestEmployeeDataOutInput.md)
 - [OutgoingPaymentRequestEmployeeDataOutOutput](docs/OutgoingPaymentRequestEmployeeDataOutOutput.md)
 - [OutgoingPaymentRequestEmployeeDataPayload](docs/OutgoingPaymentRequestEmployeeDataPayload.md)
 - [OutgoingPaymentRequestEmployeeDataUpdate](docs/OutgoingPaymentRequestEmployeeDataUpdate.md)
 - [OutgoingPaymentRequestEmployeeUpdate](docs/OutgoingPaymentRequestEmployeeUpdate.md)
 - [OutgoingPaymentRequestOutInput](docs/OutgoingPaymentRequestOutInput.md)
 - [OutgoingPaymentRequestOutOutput](docs/OutgoingPaymentRequestOutOutput.md)
 - [OutgoingPaymentRequestRequisitePayload](docs/OutgoingPaymentRequestRequisitePayload.md)
 - [OutgoingPaymentRequestStatusEnum](docs/OutgoingPaymentRequestStatusEnum.md)
 - [OutgoingPaymentRequestTypeEnum](docs/OutgoingPaymentRequestTypeEnum.md)
 - [PageCustomerListOutInput](docs/PageCustomerListOutInput.md)
 - [PageCustomerListOutOutput](docs/PageCustomerListOutOutput.md)
 - [PageIncomingPaymentRequestOutInput](docs/PageIncomingPaymentRequestOutInput.md)
 - [PageIncomingPaymentRequestOutOutput](docs/PageIncomingPaymentRequestOutOutput.md)
 - [PageOrderOutInput](docs/PageOrderOutInput.md)
 - [PageOrderOutOutput](docs/PageOrderOutOutput.md)
 - [PageOutgoingPaymentRequestOutInput](docs/PageOutgoingPaymentRequestOutInput.md)
 - [PageOutgoingPaymentRequestOutOutput](docs/PageOutgoingPaymentRequestOutOutput.md)
 - [PagePaymentRequisiteOutInput](docs/PagePaymentRequisiteOutInput.md)
 - [PagePaymentRequisiteOutOutput](docs/PagePaymentRequisiteOutOutput.md)
 - [PaymentAttachmentOut](docs/PaymentAttachmentOut.md)
 - [PaymentCustomerSnapshot](docs/PaymentCustomerSnapshot.md)
 - [PaymentDataOut](docs/PaymentDataOut.md)
 - [PaymentEmployeeSnapshot](docs/PaymentEmployeeSnapshot.md)
 - [PaymentForCustomerCreate](docs/PaymentForCustomerCreate.md)
 - [PaymentIncomingRequestSnapshot](docs/PaymentIncomingRequestSnapshot.md)
 - [PaymentMethodCreate](docs/PaymentMethodCreate.md)
 - [PaymentMethodOut](docs/PaymentMethodOut.md)
 - [PaymentMethodUpdate](docs/PaymentMethodUpdate.md)
 - [PaymentOutInput](docs/PaymentOutInput.md)
 - [PaymentOutOutput](docs/PaymentOutOutput.md)
 - [PaymentOutgoingRequestSnapshot](docs/PaymentOutgoingRequestSnapshot.md)
 - [PaymentPayerTypeEnum](docs/PaymentPayerTypeEnum.md)
 - [PaymentRequestChangeAction](docs/PaymentRequestChangeAction.md)
 - [PaymentRequisiteAdminCreate](docs/PaymentRequisiteAdminCreate.md)
 - [PaymentRequisiteAdminUpdate](docs/PaymentRequisiteAdminUpdate.md)
 - [PaymentRequisiteCreate](docs/PaymentRequisiteCreate.md)
 - [PaymentRequisiteOutInput](docs/PaymentRequisiteOutInput.md)
 - [PaymentRequisiteOutOutput](docs/PaymentRequisiteOutOutput.md)
 - [PaymentRequisiteOwnerType](docs/PaymentRequisiteOwnerType.md)
 - [PaymentRequisiteUpdate](docs/PaymentRequisiteUpdate.md)
 - [PaymentStatusEnum](docs/PaymentStatusEnum.md)
 - [PaymentTagsUpdateRequest](docs/PaymentTagsUpdateRequest.md)
 - [PendingInternalOperationOut](docs/PendingInternalOperationOut.md)
 - [QuoteCouponEntry](docs/QuoteCouponEntry.md)
 - [QuotePayloadInput](docs/QuotePayloadInput.md)
 - [QuotePayloadOutput](docs/QuotePayloadOutput.md)
 - [QuoteRateDataInput](docs/QuoteRateDataInput.md)
 - [QuoteRateDataOutput](docs/QuoteRateDataOutput.md)
 - [QuoteRateDirection](docs/QuoteRateDirection.md)
 - [QuoteRateDirectionPaymentMethod](docs/QuoteRateDirectionPaymentMethod.md)
 - [QuoteRequest](docs/QuoteRequest.md)
 - [QuoteResponseInput](docs/QuoteResponseInput.md)
 - [QuoteResponseOutput](docs/QuoteResponseOutput.md)
 - [RateRoundingEnum](docs/RateRoundingEnum.md)
 - [ResponseDataAuthEntityResponse](docs/ResponseDataAuthEntityResponse.md)
 - [ResponseDataCurrencyOut](docs/ResponseDataCurrencyOut.md)
 - [ResponseDataCustomerCouponOut](docs/ResponseDataCustomerCouponOut.md)
 - [ResponseDataCustomerDetailOut](docs/ResponseDataCustomerDetailOut.md)
 - [ResponseDataCustomerMeOut](docs/ResponseDataCustomerMeOut.md)
 - [ResponseDataCustomerTelegramOut](docs/ResponseDataCustomerTelegramOut.md)
 - [ResponseDataEmployeeMeOut](docs/ResponseDataEmployeeMeOut.md)
 - [ResponseDataEmployeeOut](docs/ResponseDataEmployeeOut.md)
 - [ResponseDataEmployeePaymentMethodOut](docs/ResponseDataEmployeePaymentMethodOut.md)
 - [ResponseDataExchangeDirectionOut](docs/ResponseDataExchangeDirectionOut.md)
 - [ResponseDataExchangeRateOut](docs/ResponseDataExchangeRateOut.md)
 - [ResponseDataExchangeRateRecalculateResult](docs/ResponseDataExchangeRateRecalculateResult.md)
 - [ResponseDataExchangerOut](docs/ResponseDataExchangerOut.md)
 - [ResponseDataListCurrencyOut](docs/ResponseDataListCurrencyOut.md)
 - [ResponseDataListEmployeeOut](docs/ResponseDataListEmployeeOut.md)
 - [ResponseDataListEmployeePaymentMethodOut](docs/ResponseDataListEmployeePaymentMethodOut.md)
 - [ResponseDataListExchangeDirectionOut](docs/ResponseDataListExchangeDirectionOut.md)
 - [ResponseDataListExchangeRateOut](docs/ResponseDataListExchangeRateOut.md)
 - [ResponseDataListExchangeRateRecalculateResult](docs/ResponseDataListExchangeRateRecalculateResult.md)
 - [ResponseDataListExchangerLookupOut](docs/ResponseDataListExchangerLookupOut.md)
 - [ResponseDataListExchangerOut](docs/ResponseDataListExchangerOut.md)
 - [ResponseDataListPaymentMethodOut](docs/ResponseDataListPaymentMethodOut.md)
 - [ResponseDataListStr](docs/ResponseDataListStr.md)
 - [ResponseDataListTagOut](docs/ResponseDataListTagOut.md)
 - [ResponseDataListVariableOut](docs/ResponseDataListVariableOut.md)
 - [ResponseDataListWalletOut](docs/ResponseDataListWalletOut.md)
 - [ResponseDataListWalletShortOut](docs/ResponseDataListWalletShortOut.md)
 - [ResponseDataOrderOut](docs/ResponseDataOrderOut.md)
 - [ResponseDataOutgoingPaymentRequestOut](docs/ResponseDataOutgoingPaymentRequestOut.md)
 - [ResponseDataPageCustomerListOut](docs/ResponseDataPageCustomerListOut.md)
 - [ResponseDataPageIncomingPaymentRequestOut](docs/ResponseDataPageIncomingPaymentRequestOut.md)
 - [ResponseDataPageOrderOut](docs/ResponseDataPageOrderOut.md)
 - [ResponseDataPageOutgoingPaymentRequestOut](docs/ResponseDataPageOutgoingPaymentRequestOut.md)
 - [ResponseDataPagePaymentRequisiteOut](docs/ResponseDataPagePaymentRequisiteOut.md)
 - [ResponseDataPaymentMethodOut](docs/ResponseDataPaymentMethodOut.md)
 - [ResponseDataPaymentOut](docs/ResponseDataPaymentOut.md)
 - [ResponseDataPaymentRequisiteOut](docs/ResponseDataPaymentRequisiteOut.md)
 - [ResponseDataQuoteResponse](docs/ResponseDataQuoteResponse.md)
 - [ResponseDataTagOut](docs/ResponseDataTagOut.md)
 - [ResponseDataVariableOut](docs/ResponseDataVariableOut.md)
 - [ResponseDataWalletOperationOut](docs/ResponseDataWalletOperationOut.md)
 - [ResponseDataWalletOperationWithTransactionsOut](docs/ResponseDataWalletOperationWithTransactionsOut.md)
 - [ResponseDataWalletOut](docs/ResponseDataWalletOut.md)
 - [ResponseDataWalletTransactionsListOut](docs/ResponseDataWalletTransactionsListOut.md)
 - [TagBrief](docs/TagBrief.md)
 - [TagCreate](docs/TagCreate.md)
 - [TagDirectionLink](docs/TagDirectionLink.md)
 - [TagOut](docs/TagOut.md)
 - [TagUpdate](docs/TagUpdate.md)
 - [TypedValue](docs/TypedValue.md)
 - [ValidationError](docs/ValidationError.md)
 - [ValidationErrorLocInner](docs/ValidationErrorLocInner.md)
 - [Value](docs/Value.md)
 - [Value1](docs/Value1.md)
 - [VariableCreate](docs/VariableCreate.md)
 - [VariableOut](docs/VariableOut.md)
 - [VariableTypeEnum](docs/VariableTypeEnum.md)
 - [VariableUpdate](docs/VariableUpdate.md)
 - [WalletAttachEmployee](docs/WalletAttachEmployee.md)
 - [WalletCreate](docs/WalletCreate.md)
 - [WalletDepositRequest](docs/WalletDepositRequest.md)
 - [WalletDepositWithdrawOperationData](docs/WalletDepositWithdrawOperationData.md)
 - [WalletEmployeeOut](docs/WalletEmployeeOut.md)
 - [WalletEmployeeSnapshot](docs/WalletEmployeeSnapshot.md)
 - [WalletInternalDeclineRequest](docs/WalletInternalDeclineRequest.md)
 - [WalletInternalOperationData](docs/WalletInternalOperationData.md)
 - [WalletInternalTransferRequest](docs/WalletInternalTransferRequest.md)
 - [WalletOperationOutInput](docs/WalletOperationOutInput.md)
 - [WalletOperationOutOutput](docs/WalletOperationOutOutput.md)
 - [WalletOperationStatusEnum](docs/WalletOperationStatusEnum.md)
 - [WalletOperationTagsUpdateRequest](docs/WalletOperationTagsUpdateRequest.md)
 - [WalletOperationTypeEnum](docs/WalletOperationTypeEnum.md)
 - [WalletOperationWithTransactionsOutInput](docs/WalletOperationWithTransactionsOutInput.md)
 - [WalletOperationWithTransactionsOutOutput](docs/WalletOperationWithTransactionsOutOutput.md)
 - [WalletOutInput](docs/WalletOutInput.md)
 - [WalletOutOutput](docs/WalletOutOutput.md)
 - [WalletShortOut](docs/WalletShortOut.md)
 - [WalletTransactionDetailedOutInput](docs/WalletTransactionDetailedOutInput.md)
 - [WalletTransactionDetailedOutOutput](docs/WalletTransactionDetailedOutOutput.md)
 - [WalletTransactionOut](docs/WalletTransactionOut.md)
 - [WalletTransactionsListOutInput](docs/WalletTransactionsListOutInput.md)
 - [WalletTransactionsListOutOutput](docs/WalletTransactionsListOutOutput.md)
 - [WalletUpdate](docs/WalletUpdate.md)
 - [WalletWithdrawalRequest](docs/WalletWithdrawalRequest.md)


<a id="documentation-for-authorization"></a>
## Documentation For Authorization


Authentication schemes defined for the API:
<a id="HTTPBearer"></a>
### HTTPBearer

- **Type**: Bearer authentication


## Author

info@nexium.me


