# Rust API client for openapi
A full API to use your BTCPay Server
For more information, please visit [https://btcpayserver.org](https://btcpayserver.org)
## Overview
This API client was generated by the [OpenAPI Generator](https://openapi-generator.tech) project. By using the [openapi-spec](https://openapis.org) from a remote server, you can easily generate an API client.
### Note from AE
In order to get openapi working We had to A) slightly change the swagger.json definiton (basically adding a few path variables and one unspecified definition), see the added swagger.json B) deal with some unparsedable oneOfEntries C) redefine the timespan structs to type redefentions. So it was not completly autogenerated.
- API version: v1
- Package version: v1
- Build package: `org.openapitools.codegen.languages.RustClientCodegen`
## Installation
Put the package under your project folder in a directory named `openapi` and add the following to `Cargo.toml` under `[dependencies]`:
```
openapi = { path = "./openapi" }
```
## Documentation for API Endpoints
All URIs are relative to *https://btcpay.example.com/api/v1*
*APIKeysApi* | [**api_keys_create_api_key**](docs/APIKeysApi.md#api_keys_create_api_key) | **POST** /api/v1/api-keys | Create a new API Key
*APIKeysApi* | [**api_keys_delete_api_key**](docs/APIKeysApi.md#api_keys_delete_api_key) | **DELETE** /api/v1/api-keys/{apikey} | Revoke an API Key
*APIKeysApi* | [**api_keys_delete_current_api_key**](docs/APIKeysApi.md#api_keys_delete_current_api_key) | **DELETE** /api/v1/api-keys/current | Revoke the current API Key
*APIKeysApi* | [**api_keys_get_current_api_key**](docs/APIKeysApi.md#api_keys_get_current_api_key) | **GET** /api/v1/api-keys/current | Get the current API Key information
*AppsApi* | [**apps_create_point_of_sale_app**](docs/AppsApi.md#apps_create_point_of_sale_app) | **POST** /api/v1/stores/{storeId}/apps/pos | Create a new Point of Sale app
*AppsApi* | [**apps_delete_point_of_sale_app**](docs/AppsApi.md#apps_delete_point_of_sale_app) | **DELETE** /api/v1/apps/{appId} | Delete app
*AppsApi* | [**apps_get_point_of_sale_app**](docs/AppsApi.md#apps_get_point_of_sale_app) | **GET** /api/v1/apps/{appId} | Get basic app data
*AuthorizationApi* | [**api_keys_authorize**](docs/AuthorizationApi.md#api_keys_authorize) | **GET** /api-keys/authorize | Authorize User
*CustodiansApi* | [**custodians_add_store_custodian_account**](docs/CustodiansApi.md#custodians_add_store_custodian_account) | **POST** /api/v1/stores/{storeId}/custodian-accounts | Add a custodial account to a store.
*CustodiansApi* | [**custodians_delete_store_custodian_account**](docs/CustodiansApi.md#custodians_delete_store_custodian_account) | **DELETE** /api/v1/stores/{storeId}/custodian-accounts/{accountId} | Delete store custodian account
*CustodiansApi* | [**custodians_get_store_custodian_account**](docs/CustodiansApi.md#custodians_get_store_custodian_account) | **GET** /api/v1/stores/{storeId}/custodian-accounts/{accountId} | Get store custodian account
*CustodiansApi* | [**custodians_get_store_custodian_account_deposit_address**](docs/CustodiansApi.md#custodians_get_store_custodian_account_deposit_address) | **GET** /api/v1/stores/{storeId}/custodian-accounts/{accountId}/addresses/{paymentMethod} | Get a deposit address for custodian
*CustodiansApi* | [**custodians_get_store_custodian_account_trade_quote**](docs/CustodiansApi.md#custodians_get_store_custodian_account_trade_quote) | **GET** /api/v1/stores/{storeId}/custodian-accounts/{accountId}/trades/quote | Get quote for trading one asset for another
*CustodiansApi* | [**custodians_get_store_custodian_account_withdrawal_info**](docs/CustodiansApi.md#custodians_get_store_custodian_account_withdrawal_info) | **POST** /api/v1/stores/{storeId}/custodian-accounts/{accountId}/withdrawals/{withdrawalId} | Get withdrawal info
*CustodiansApi* | [**custodians_get_store_custodian_accounts**](docs/CustodiansApi.md#custodians_get_store_custodian_accounts) | **GET** /api/v1/stores/{storeId}/custodian-accounts | List store custodian accounts
*CustodiansApi* | [**custodians_get_supported_custodians**](docs/CustodiansApi.md#custodians_get_supported_custodians) | **GET** /api/v1/custodians | List supported custodians
*CustodiansApi* | [**custodians_store_custodian_account_trade_market**](docs/CustodiansApi.md#custodians_store_custodian_account_trade_market) | **POST** /api/v1/stores/{storeId}/custodian-accounts/{accountId}/trades/market | Trade one asset for another
*CustodiansApi* | [**custodians_update_store_custodian_account**](docs/CustodiansApi.md#custodians_update_store_custodian_account) | **PUT** /api/v1/stores/{storeId}/custodian-accounts/{accountId} | Update custodial account
*CustodiansApi* | [**custodians_withdraw_from_store_custodian_account**](docs/CustodiansApi.md#custodians_withdraw_from_store_custodian_account) | **POST** /api/v1/stores/{storeId}/custodian-accounts/{accountId}/withdrawals | Withdraw to store wallet
*HealthApi* | [**health_get_health**](docs/HealthApi.md#health_get_health) | **GET** /api/v1/health | Get health status
*InvoicesApi* | [**invoices_activate_payment_method**](docs/InvoicesApi.md#invoices_activate_payment_method) | **POST** /api/v1/stores/{storeId}/invoices/{invoiceId}/payment-methods/{paymentMethod}/activate | Activate Payment Method
*InvoicesApi* | [**invoices_archive_invoice**](docs/InvoicesApi.md#invoices_archive_invoice) | **DELETE** /api/v1/stores/{storeId}/invoices/{invoiceId} | Archive invoice
*InvoicesApi* | [**invoices_create_invoice**](docs/InvoicesApi.md#invoices_create_invoice) | **POST** /api/v1/stores/{storeId}/invoices | Create a new invoice
*InvoicesApi* | [**invoices_get_invoice**](docs/InvoicesApi.md#invoices_get_invoice) | **GET** /api/v1/stores/{storeId}/invoices/{invoiceId} | Get invoice
*InvoicesApi* | [**invoices_get_invoice_payment_methods**](docs/InvoicesApi.md#invoices_get_invoice_payment_methods) | **GET** /api/v1/stores/{storeId}/invoices/{invoiceId}/payment-methods | Get invoice payment methods
*InvoicesApi* | [**invoices_get_invoices**](docs/InvoicesApi.md#invoices_get_invoices) | **GET** /api/v1/stores/{storeId}/invoices | Get invoices
*InvoicesApi* | [**invoices_mark_invoice_status**](docs/InvoicesApi.md#invoices_mark_invoice_status) | **POST** /api/v1/stores/{storeId}/invoices/{invoiceId}/status | Mark invoice status
*InvoicesApi* | [**invoices_unarchive_invoice**](docs/InvoicesApi.md#invoices_unarchive_invoice) | **POST** /api/v1/stores/{storeId}/invoices/{invoiceId}/unarchive | Unarchive invoice
*InvoicesApi* | [**invoices_update_invoice**](docs/InvoicesApi.md#invoices_update_invoice) | **PUT** /api/v1/stores/{storeId}/invoices/{invoiceId} | Update invoice
*LightningInternalNodeApi* | [**internal_lightning_node_api_connect_to_node**](docs/LightningInternalNodeApi.md#internal_lightning_node_api_connect_to_node) | **POST** /api/v1/server/lightning/{cryptoCode}/connect | Connect to lightning node
*LightningInternalNodeApi* | [**internal_lightning_node_api_create_invoice**](docs/LightningInternalNodeApi.md#internal_lightning_node_api_create_invoice) | **POST** /api/v1/server/lightning/{cryptoCode}/invoices | Create lightning invoice
*LightningInternalNodeApi* | [**internal_lightning_node_api_get_balance**](docs/LightningInternalNodeApi.md#internal_lightning_node_api_get_balance) | **GET** /api/v1/server/lightning/{cryptoCode}/balance | Get node balance
*LightningInternalNodeApi* | [**internal_lightning_node_api_get_channels**](docs/LightningInternalNodeApi.md#internal_lightning_node_api_get_channels) | **GET** /api/v1/server/lightning/{cryptoCode}/channels | Get channels
*LightningInternalNodeApi* | [**internal_lightning_node_api_get_deposit_address**](docs/LightningInternalNodeApi.md#internal_lightning_node_api_get_deposit_address) | **POST** /api/v1/server/lightning/{cryptoCode}/address | Get deposit address
*LightningInternalNodeApi* | [**internal_lightning_node_api_get_info**](docs/LightningInternalNodeApi.md#internal_lightning_node_api_get_info) | **GET** /api/v1/server/lightning/{cryptoCode}/info | Get node information
*LightningInternalNodeApi* | [**internal_lightning_node_api_get_invoice**](docs/LightningInternalNodeApi.md#internal_lightning_node_api_get_invoice) | **GET** /api/v1/server/lightning/{cryptoCode}/invoices/{id} | Get invoice
*LightningInternalNodeApi* | [**internal_lightning_node_api_get_payment**](docs/LightningInternalNodeApi.md#internal_lightning_node_api_get_payment) | **GET** /api/v1/server/lightning/{cryptoCode}/payments/{paymentHash} | Get payment
*LightningInternalNodeApi* | [**internal_lightning_node_api_open_channel**](docs/LightningInternalNodeApi.md#internal_lightning_node_api_open_channel) | **POST** /api/v1/server/lightning/{cryptoCode}/channels | Open channel
*LightningInternalNodeApi* | [**internal_lightning_node_api_pay_invoice**](docs/LightningInternalNodeApi.md#internal_lightning_node_api_pay_invoice) | **POST** /api/v1/server/lightning/{cryptoCode}/invoices/pay | Pay Lightning Invoice
*LightningStoreApi* | [**store_lightning_node_api_connect_to_node**](docs/LightningStoreApi.md#store_lightning_node_api_connect_to_node) | **POST** /api/v1/stores/{storeId}/lightning/{cryptoCode}/connect | Connect to lightning node
*LightningStoreApi* | [**store_lightning_node_api_create_invoice**](docs/LightningStoreApi.md#store_lightning_node_api_create_invoice) | **POST** /api/v1/stores/{storeId}/lightning/{cryptoCode}/invoices | Create lightning invoice
*LightningStoreApi* | [**store_lightning_node_api_get_balance**](docs/LightningStoreApi.md#store_lightning_node_api_get_balance) | **GET** /api/v1/stores/{storeId}/lightning/{cryptoCode}/balance | Get node balance
*LightningStoreApi* | [**store_lightning_node_api_get_channels**](docs/LightningStoreApi.md#store_lightning_node_api_get_channels) | **GET** /api/v1/stores/{storeId}/lightning/{cryptoCode}/channels | Get channels
*LightningStoreApi* | [**store_lightning_node_api_get_deposit_address**](docs/LightningStoreApi.md#store_lightning_node_api_get_deposit_address) | **POST** /api/v1/stores/{storeId}/lightning/{cryptoCode}/address | Get deposit address
*LightningStoreApi* | [**store_lightning_node_api_get_info**](docs/LightningStoreApi.md#store_lightning_node_api_get_info) | **GET** /api/v1/stores/{storeId}/lightning/{cryptoCode}/info | Get node information
*LightningStoreApi* | [**store_lightning_node_api_get_invoice**](docs/LightningStoreApi.md#store_lightning_node_api_get_invoice) | **GET** /api/v1/stores/{storeId}/lightning/{cryptoCode}/invoices/{id} | Get invoice
*LightningStoreApi* | [**store_lightning_node_api_get_payment**](docs/LightningStoreApi.md#store_lightning_node_api_get_payment) | **GET** /api/v1/stores/{storeId}/lightning/{cryptoCode}/payments/{paymentHash} | Get payment
*LightningStoreApi* | [**store_lightning_node_api_open_channel**](docs/LightningStoreApi.md#store_lightning_node_api_open_channel) | **POST** /api/v1/stores/{storeId}/lightning/{cryptoCode}/channels | Open channel
*LightningStoreApi* | [**store_lightning_node_api_pay_invoice**](docs/LightningStoreApi.md#store_lightning_node_api_pay_invoice) | **POST** /api/v1/stores/{storeId}/lightning/{cryptoCode}/invoices/pay | Pay Lightning Invoice
*MiscelleneousApi* | [**invoice_checkout**](docs/MiscelleneousApi.md#invoice_checkout) | **GET** /i/{invoiceId} | Invoice checkout
*MiscelleneousApi* | [**lang_codes**](docs/MiscelleneousApi.md#lang_codes) | **GET** /misc/lang | Language codes
*MiscelleneousApi* | [**permissions_metadata**](docs/MiscelleneousApi.md#permissions_metadata) | **GET** /misc/permissions | Permissions metadata
*NotificationsCurrentUserApi* | [**notifications_delete_notification**](docs/NotificationsCurrentUserApi.md#notifications_delete_notification) | **DELETE** /api/v1/users/me/notifications/{id} | Remove Notification
*NotificationsCurrentUserApi* | [**notifications_get_notification**](docs/NotificationsCurrentUserApi.md#notifications_get_notification) | **GET** /api/v1/users/me/notifications/{id} | Get notification
*NotificationsCurrentUserApi* | [**notifications_get_notifications**](docs/NotificationsCurrentUserApi.md#notifications_get_notifications) | **GET** /api/v1/users/me/notifications | Get notifications
*NotificationsCurrentUserApi* | [**notifications_update_notification**](docs/NotificationsCurrentUserApi.md#notifications_update_notification) | **PUT** /api/v1/users/me/notifications/{id} | Update notification
*PaymentRequestsApi* | [**payment_requests_archive_payment_request**](docs/PaymentRequestsApi.md#payment_requests_archive_payment_request) | **DELETE** /api/v1/stores/{storeId}/payment-requests/{paymentRequestId} | Archive payment request
*PaymentRequestsApi* | [**payment_requests_create_payment_request**](docs/PaymentRequestsApi.md#payment_requests_create_payment_request) | **POST** /api/v1/stores/{storeId}/payment-requests | Create a new payment request
*PaymentRequestsApi* | [**payment_requests_get_payment_request**](docs/PaymentRequestsApi.md#payment_requests_get_payment_request) | **GET** /api/v1/stores/{storeId}/payment-requests/{paymentRequestId} | Get payment request
*PaymentRequestsApi* | [**payment_requests_get_payment_requests**](docs/PaymentRequestsApi.md#payment_requests_get_payment_requests) | **GET** /api/v1/stores/{storeId}/payment-requests | Get payment requests
*PaymentRequestsApi* | [**payment_requests_update_payment_request**](docs/PaymentRequestsApi.md#payment_requests_update_payment_request) | **PUT** /api/v1/stores/{storeId}/payment-requests/{paymentRequestId} | Update payment request
*PayoutProcessorsApi* | [**payout_processors_get_payout_processors**](docs/PayoutProcessorsApi.md#payout_processors_get_payout_processors) | **GET** /api/v1/payout-processors | Get payout processors
*PullPaymentsManagementApi* | [**pull_payments_archive_pull_payment**](docs/PullPaymentsManagementApi.md#pull_payments_archive_pull_payment) | **DELETE** /api/v1/stores/{storeId}/pull-payments/{pullPaymentId} | Archive a pull payment
*PullPaymentsManagementApi* | [**pull_payments_create_pull_payment**](docs/PullPaymentsManagementApi.md#pull_payments_create_pull_payment) | **POST** /api/v1/stores/{storeId}/pull-payments | Create a new pull payment
*PullPaymentsManagementApi* | [**pull_payments_get_pull_payments**](docs/PullPaymentsManagementApi.md#pull_payments_get_pull_payments) | **GET** /api/v1/stores/{storeId}/pull-payments | Get store's pull payments
*PullPaymentsPayoutPublicApi* | [**pull_payments_get_payout**](docs/PullPaymentsPayoutPublicApi.md#pull_payments_get_payout) | **GET** /api/v1/pull-payments/{pullPaymentId}/payouts/{payoutId} | Get Payout
*PullPaymentsPublicApi* | [**pull_payments_create_payout**](docs/PullPaymentsPublicApi.md#pull_payments_create_payout) | **POST** /api/v1/pull-payments/{pullPaymentId}/payouts | Create Payout
*PullPaymentsPublicApi* | [**pull_payments_get_payout**](docs/PullPaymentsPublicApi.md#pull_payments_get_payout) | **GET** /api/v1/pull-payments/{pullPaymentId}/payouts/{payoutId} | Get Payout
*PullPaymentsPublicApi* | [**pull_payments_get_payouts**](docs/PullPaymentsPublicApi.md#pull_payments_get_payouts) | **GET** /api/v1/pull-payments/{pullPaymentId}/payouts | Get Payouts
*PullPaymentsPublicApi* | [**pull_payments_get_pull_payment**](docs/PullPaymentsPublicApi.md#pull_payments_get_pull_payment) | **GET** /api/v1/pull-payments/{pullPaymentId} | Get Pull Payment
*ServerInfoApi* | [**server_info_get_server_info**](docs/ServerInfoApi.md#server_info_get_server_info) | **GET** /api/v1/server/info | Get server info
*StorePaymentMethodsApi* | [**store_payment_methods_get_store_payment_methods**](docs/StorePaymentMethodsApi.md#store_payment_methods_get_store_payment_methods) | **GET** /api/v1/stores/{storeId}/payment-methods | Get store payment methods
*StorePaymentMethodsLNURLPayApi* | [**store_lnurl_pay_payment_methods_delete_lnurl_pay_payment_method**](docs/StorePaymentMethodsLNURLPayApi.md#store_lnurl_pay_payment_methods_delete_lnurl_pay_payment_method) | **DELETE** /api/v1/stores/{storeId}/payment-methods/LNURL/{cryptoCode} | Remove store LNURL Pay payment method
*StorePaymentMethodsLNURLPayApi* | [**store_lnurl_pay_payment_methods_get_lnurl_pay_payment_method**](docs/StorePaymentMethodsLNURLPayApi.md#store_lnurl_pay_payment_methods_get_lnurl_pay_payment_method) | **GET** /api/v1/stores/{storeId}/payment-methods/LNURL/{cryptoCode} | Get store LNURL Pay payment method
*StorePaymentMethodsLNURLPayApi* | [**store_lnurl_pay_payment_methods_get_lnurl_pay_payment_methods**](docs/StorePaymentMethodsLNURLPayApi.md#store_lnurl_pay_payment_methods_get_lnurl_pay_payment_methods) | **GET** /api/v1/stores/{storeId}/payment-methods/LNURL | Get store LNURL payment methods
*StorePaymentMethodsLNURLPayApi* | [**store_lnurl_pay_payment_methods_update_lnurl_pay_payment_method**](docs/StorePaymentMethodsLNURLPayApi.md#store_lnurl_pay_payment_methods_update_lnurl_pay_payment_method) | **PUT** /api/v1/stores/{storeId}/payment-methods/LNURL/{cryptoCode} | Update store LNURL Pay payment method
*StorePaymentMethodsLightningNetworkApi* | [**store_lightning_network_payment_methods_delete_lightning_network_payment_method**](docs/StorePaymentMethodsLightningNetworkApi.md#store_lightning_network_payment_methods_delete_lightning_network_payment_method) | **DELETE** /api/v1/stores/{storeId}/payment-methods/LightningNetwork/{cryptoCode} | Remove store Lightning Network payment method
*StorePaymentMethodsLightningNetworkApi* | [**store_lightning_network_payment_methods_get_lightning_network_payment_method**](docs/StorePaymentMethodsLightningNetworkApi.md#store_lightning_network_payment_methods_get_lightning_network_payment_method) | **GET** /api/v1/stores/{storeId}/payment-methods/LightningNetwork/{cryptoCode} | Get store Lightning Network payment method
*StorePaymentMethodsLightningNetworkApi* | [**store_lightning_network_payment_methods_get_lightning_network_payment_methods**](docs/StorePaymentMethodsLightningNetworkApi.md#store_lightning_network_payment_methods_get_lightning_network_payment_methods) | **GET** /api/v1/stores/{storeId}/payment-methods/LightningNetwork | Get store Lightning Network payment methods
*StorePaymentMethodsLightningNetworkApi* | [**store_lightning_network_payment_methods_update_lightning_network_payment_method**](docs/StorePaymentMethodsLightningNetworkApi.md#store_lightning_network_payment_methods_update_lightning_network_payment_method) | **PUT** /api/v1/stores/{storeId}/payment-methods/LightningNetwork/{cryptoCode} | Update store Lightning Network payment method
*StorePaymentMethodsOnChainApi* | [**store_on_chain_payment_methods_delete_on_chain_payment_method**](docs/StorePaymentMethodsOnChainApi.md#store_on_chain_payment_methods_delete_on_chain_payment_method) | **DELETE** /api/v1/stores/{storeId}/payment-methods/onchain/{cryptoCode} | Remove store on-chain payment method
*StorePaymentMethodsOnChainApi* | [**store_on_chain_payment_methods_generate_on_chain_wallet**](docs/StorePaymentMethodsOnChainApi.md#store_on_chain_payment_methods_generate_on_chain_wallet) | **POST** /api/v1/stores/{storeId}/payment-methods/onchain/{cryptoCode}/generate | Generate store on-chain wallet
*StorePaymentMethodsOnChainApi* | [**store_on_chain_payment_methods_get_on_chain_payment_method**](docs/StorePaymentMethodsOnChainApi.md#store_on_chain_payment_methods_get_on_chain_payment_method) | **GET** /api/v1/stores/{storeId}/payment-methods/onchain/{cryptoCode} | Get store on-chain payment method
*StorePaymentMethodsOnChainApi* | [**store_on_chain_payment_methods_get_on_chain_payment_method_preview**](docs/StorePaymentMethodsOnChainApi.md#store_on_chain_payment_methods_get_on_chain_payment_method_preview) | **GET** /api/v1/stores/{storeId}/payment-methods/OnChain/{cryptoCode}/preview | Preview store on-chain payment method addresses
*StorePaymentMethodsOnChainApi* | [**store_on_chain_payment_methods_get_on_chain_payment_methods**](docs/StorePaymentMethodsOnChainApi.md#store_on_chain_payment_methods_get_on_chain_payment_methods) | **GET** /api/v1/stores/{storeId}/payment-methods/OnChain | Get store on-chain payment methods
*StorePaymentMethodsOnChainApi* | [**store_on_chain_payment_methods_poston_chain_payment_method_preview**](docs/StorePaymentMethodsOnChainApi.md#store_on_chain_payment_methods_poston_chain_payment_method_preview) | **POST** /api/v1/stores/{storeId}/payment-methods/OnChain/{cryptoCode}/preview | Preview proposed store on-chain payment method addresses
*StorePaymentMethodsOnChainApi* | [**store_on_chain_payment_methods_update_on_chain_payment_method**](docs/StorePaymentMethodsOnChainApi.md#store_on_chain_payment_methods_update_on_chain_payment_method) | **PUT** /api/v1/stores/{storeId}/payment-methods/onchain/{cryptoCode} | Update store on-chain payment method
*StoreWalletOnChainApi* | [**store_on_chain_wallets_create_on_chain_transaction**](docs/StoreWalletOnChainApi.md#store_on_chain_wallets_create_on_chain_transaction) | **POST** /api/v1/stores/{storeId}/payment-methods/onchain/{cryptoCode}/wallet/transactions | Create store on-chain wallet transaction
*StoreWalletOnChainApi* | [**store_on_chain_wallets_get_on_chain_fee_rate**](docs/StoreWalletOnChainApi.md#store_on_chain_wallets_get_on_chain_fee_rate) | **GET** /api/v1/stores/{storeId}/payment-methods/onchain/{cryptoCode}/wallet/feerate | Get store on-chain wallet fee rate
*StoreWalletOnChainApi* | [**store_on_chain_wallets_get_on_chain_wallet_receive_address**](docs/StoreWalletOnChainApi.md#store_on_chain_wallets_get_on_chain_wallet_receive_address) | **GET** /api/v1/stores/{storeId}/payment-methods/onchain/{cryptoCode}/wallet/address | Get store on-chain wallet address
*StoreWalletOnChainApi* | [**store_on_chain_wallets_get_on_chain_wallet_transaction**](docs/StoreWalletOnChainApi.md#store_on_chain_wallets_get_on_chain_wallet_transaction) | **GET** /api/v1/stores/{storeId}/payment-methods/onchain/{cryptoCode}/wallet/transactions/{transactionId} | Get store on-chain wallet transaction
*StoreWalletOnChainApi* | [**store_on_chain_wallets_get_on_chain_wallet_utxos**](docs/StoreWalletOnChainApi.md#store_on_chain_wallets_get_on_chain_wallet_utxos) | **GET** /api/v1/stores/{storeId}/payment-methods/onchain/{cryptoCode}/wallet/utxos | Get store on-chain wallet UTXOS
*StoreWalletOnChainApi* | [**store_on_chain_wallets_patch_on_chain_wallet_transaction**](docs/StoreWalletOnChainApi.md#store_on_chain_wallets_patch_on_chain_wallet_transaction) | **PATCH** /api/v1/stores/{storeId}/payment-methods/onchain/{cryptoCode}/wallet/transactions/{transactionId} | Patch store on-chain wallet transaction info
*StoreWalletOnChainApi* | [**store_on_chain_wallets_show_on_chain_wallet_overview**](docs/StoreWalletOnChainApi.md#store_on_chain_wallets_show_on_chain_wallet_overview) | **GET** /api/v1/stores/{storeId}/payment-methods/onchain/{cryptoCode}/wallet | Get store on-chain wallet overview
*StoreWalletOnChainApi* | [**store_on_chain_wallets_show_on_chain_wallet_transactions**](docs/StoreWalletOnChainApi.md#store_on_chain_wallets_show_on_chain_wallet_transactions) | **GET** /api/v1/stores/{storeId}/payment-methods/onchain/{cryptoCode}/wallet/transactions | Get store on-chain wallet transactions
*StoreWalletOnChainApi* | [**store_on_chain_wallets_un_reserve_on_chain_wallet_receive_address**](docs/StoreWalletOnChainApi.md#store_on_chain_wallets_un_reserve_on_chain_wallet_receive_address) | **DELETE** /api/v1/stores/{storeId}/payment-methods/onchain/{cryptoCode}/wallet/address | UnReserve last store on-chain wallet address
*StoresApi* | [**stores_create_store**](docs/StoresApi.md#stores_create_store) | **POST** /api/v1/stores | Create a new store
*StoresApi* | [**stores_delete_store**](docs/StoresApi.md#stores_delete_store) | **DELETE** /api/v1/stores/{storeId} | Remove Store
*StoresApi* | [**stores_get_store**](docs/StoresApi.md#stores_get_store) | **GET** /api/v1/stores/{storeId} | Get store
*StoresApi* | [**stores_get_stores**](docs/StoresApi.md#stores_get_stores) | **GET** /api/v1/stores | Get stores
*StoresApi* | [**stores_update_store**](docs/StoresApi.md#stores_update_store) | **PUT** /api/v1/stores/{storeId} | Update store
*StoresEmailApi* | [**stores_get_store_email_settings**](docs/StoresEmailApi.md#stores_get_store_email_settings) | **GET** /api/v1/stores/{storeId}/email | Get store email settings
*StoresEmailApi* | [**stores_send_store_email**](docs/StoresEmailApi.md#stores_send_store_email) | **POST** /api/v1/stores/{storeId}/email/send | Send an email for a store
*StoresEmailApi* | [**stores_update_store_email_settings**](docs/StoresEmailApi.md#stores_update_store_email_settings) | **PUT** /api/v1/stores/{storeId}/email | Update store email settings
*StoresPayoutProcessorsApi* | [**greenfield_store_automated_lightning_payout_processors_controller_get_store_lightning_automated_payout_processors_for_payment_method**](docs/StoresPayoutProcessorsApi.md#greenfield_store_automated_lightning_payout_processors_controller_get_store_lightning_automated_payout_processors_for_payment_method) | **GET** /api/v1/stores/{storeId}/payout-processors/LightningAutomatedTransferSenderFactory/{paymentMethod} | Get configured store Lightning automated payout processors
*StoresPayoutProcessorsApi* | [**greenfield_store_automated_lightning_payout_processors_controller_get_store_lightning_automated_transfer_sender_factory**](docs/StoresPayoutProcessorsApi.md#greenfield_store_automated_lightning_payout_processors_controller_get_store_lightning_automated_transfer_sender_factory) | **GET** /api/v1/stores/{storeId}/payout-processors/LightningAutomatedTransferSenderFactory | Get configured store Lightning automated payout processors
*StoresPayoutProcessorsApi* | [**greenfield_store_automated_lightning_payout_processors_controller_update_store_lightning_automated_payout_processor**](docs/StoresPayoutProcessorsApi.md#greenfield_store_automated_lightning_payout_processors_controller_update_store_lightning_automated_payout_processor) | **PUT** /api/v1/stores/{storeId}/payout-processors/LightningAutomatedTransferSenderFactory/{paymentMethod} | Update configured store Lightning automated payout processors
*StoresPayoutProcessorsApi* | [**greenfield_store_automated_on_chain_payout_processors_controller_get_store_on_chain_automated_payout_processors_for_payment_method**](docs/StoresPayoutProcessorsApi.md#greenfield_store_automated_on_chain_payout_processors_controller_get_store_on_chain_automated_payout_processors_for_payment_method) | **GET** /api/v1/stores/{storeId}/payout-processors/OnChainAutomatedTransferSenderFactory/{paymentMethod} | Get configured store onchain automated payout processors
*StoresPayoutProcessorsApi* | [**greenfield_store_automated_on_chain_payout_processors_controller_get_store_on_chain_automated_transfer_sender_factory**](docs/StoresPayoutProcessorsApi.md#greenfield_store_automated_on_chain_payout_processors_controller_get_store_on_chain_automated_transfer_sender_factory) | **GET** /api/v1/stores/{storeId}/payout-processors/OnChainAutomatedTransferSenderFactory | Get configured store onchain automated payout processors
*StoresPayoutProcessorsApi* | [**greenfield_store_automated_on_chain_payout_processors_controller_update_store_on_chain_automated_payout_processor_for_payment_method**](docs/StoresPayoutProcessorsApi.md#greenfield_store_automated_on_chain_payout_processors_controller_update_store_on_chain_automated_payout_processor_for_payment_method) | **PUT** /api/v1/stores/{storeId}/payout-processors/OnChainAutomatedTransferSenderFactory/{paymentMethod} | Update configured store onchain automated payout processors
*StoresPayoutProcessorsApi* | [**greenfield_store_automated_on_chain_payout_processors_controller_update_store_on_chain_automated_transfer_sender_factory**](docs/StoresPayoutProcessorsApi.md#greenfield_store_automated_on_chain_payout_processors_controller_update_store_on_chain_automated_transfer_sender_factory) | **PUT** /api/v1/stores/{storeId}/payout-processors/OnChainAutomatedTransferSenderFactory | Update configured store onchain automated payout processors
*StoresPayoutProcessorsApi* | [**store_payout_processors_get_store_payout_processors**](docs/StoresPayoutProcessorsApi.md#store_payout_processors_get_store_payout_processors) | **GET** /api/v1/stores/{storeId}/payout-processors | Get store configured payout processors
*StoresPayoutProcessorsApi* | [**store_payout_processors_remove_store_payout_processor**](docs/StoresPayoutProcessorsApi.md#store_payout_processors_remove_store_payout_processor) | **DELETE** /api/v1/stores/{storeId}/payout-processors/{processor}/{paymentMethod} | Remove store configured payout processor
*StoresPayoutsApi* | [**payouts_create_payout_through_store**](docs/StoresPayoutsApi.md#payouts_create_payout_through_store) | **POST** /api/v1/stores/{storeId}/payouts | Create Payout
*StoresPayoutsApi* | [**pull_payments_approve_payout**](docs/StoresPayoutsApi.md#pull_payments_approve_payout) | **POST** /api/v1/stores/{storeId}/payouts/{payoutId} | Approve Payout
*StoresPayoutsApi* | [**pull_payments_cancel_payout**](docs/StoresPayoutsApi.md#pull_payments_cancel_payout) | **DELETE** /api/v1/stores/{storeId}/payouts/{payoutId} | Cancel Payout
*StoresPayoutsApi* | [**pull_payments_get_store_payouts**](docs/StoresPayoutsApi.md#pull_payments_get_store_payouts) | **GET** /api/v1/stores/{storeId}/payouts | Get Store Payouts
*StoresPayoutsApi* | [**pull_payments_mark_payout_paid**](docs/StoresPayoutsApi.md#pull_payments_mark_payout_paid) | **POST** /api/v1/stores/{storeId}/payouts/{payoutId}/mark-paid | Mark Payout as Paid
*StoresUsersApi* | [**stores_add_store_user**](docs/StoresUsersApi.md#stores_add_store_user) | **POST** /api/v1/stores/{storeId}/users | Add a store user
*StoresUsersApi* | [**stores_get_store_users**](docs/StoresUsersApi.md#stores_get_store_users) | **GET** /api/v1/stores/{storeId}/users | Get store users
*StoresUsersApi* | [**stores_remove_store_user**](docs/StoresUsersApi.md#stores_remove_store_user) | **DELETE** /api/v1/stores/{storeId}/users/{userId} | Remove Store User
*UsersApi* | [**users_create_user**](docs/UsersApi.md#users_create_user) | **POST** /api/v1/users | Create user
*UsersApi* | [**users_delete_current_user**](docs/UsersApi.md#users_delete_current_user) | **DELETE** /api/v1/users/me | Deletes user profile
*UsersApi* | [**users_delete_user**](docs/UsersApi.md#users_delete_user) | **DELETE** /api/v1/users/{idOrEmail} | Delete user
*UsersApi* | [**users_get_current_user**](docs/UsersApi.md#users_get_current_user) | **GET** /api/v1/users/me | Get current user information
*UsersApi* | [**users_get_user**](docs/UsersApi.md#users_get_user) | **GET** /api/v1/users/{idOrEmail} | Get user by ID or Email
*UsersApi* | [**users_get_users**](docs/UsersApi.md#users_get_users) | **GET** /api/v1/users | Get all users
*UsersApi* | [**users_toggle_user_lock**](docs/UsersApi.md#users_toggle_user_lock) | **DELETE** /api/v1/users/{idOrEmail}/lock | Toggle user
*WebhooksApi* | [**webhooks_create_webhook**](docs/WebhooksApi.md#webhooks_create_webhook) | **POST** /api/v1/stores/{storeId}/webhooks | Create a new webhook
*WebhooksApi* | [**webhooks_delete_webhook**](docs/WebhooksApi.md#webhooks_delete_webhook) | **DELETE** /api/v1/stores/{storeId}/webhooks/{webhookId} | Delete a webhook
*WebhooksApi* | [**webhooks_get_webhook**](docs/WebhooksApi.md#webhooks_get_webhook) | **GET** /api/v1/stores/{storeId}/webhooks/{webhookId} | Get a webhook of a store
*WebhooksApi* | [**webhooks_get_webhook_deliveries**](docs/WebhooksApi.md#webhooks_get_webhook_deliveries) | **GET** /api/v1/stores/{storeId}/webhooks/{webhookId}/deliveries | Get latest deliveries
*WebhooksApi* | [**webhooks_get_webhook_delivery**](docs/WebhooksApi.md#webhooks_get_webhook_delivery) | **GET** /api/v1/stores/{storeId}/webhooks/{webhookId}/deliveries/{deliveryId} | Get a webhook delivery
*WebhooksApi* | [**webhooks_get_webhook_delivery_requests**](docs/WebhooksApi.md#webhooks_get_webhook_delivery_requests) | **GET** /api/v1/stores/{storeId}/webhooks/{webhookId}/deliveries/{deliveryId}/request | Get the delivery's request
*WebhooksApi* | [**webhooks_get_webhooks**](docs/WebhooksApi.md#webhooks_get_webhooks) | **GET** /api/v1/stores/{storeId}/webhooks | Get webhooks of a store
*WebhooksApi* | [**webhooks_redeliver_webhook_delivery**](docs/WebhooksApi.md#webhooks_redeliver_webhook_delivery) | **POST** /api/v1/stores/{storeId}/webhooks/{webhookId}/deliveries/{deliveryId}/redeliver | Redeliver the delivery
*WebhooksApi* | [**webhooks_update_webhook**](docs/WebhooksApi.md#webhooks_update_webhook) | **PUT** /api/v1/stores/{storeId}/webhooks/{webhookId} | Update a webhook
## Documentation For Models
- [ApiKeyData](docs/ApiKeyData.md)
- [ApiKeysCreateApiKeyRequest](docs/ApiKeysCreateApiKeyRequest.md)
- [ApplicationHealthData](docs/ApplicationHealthData.md)
- [ApplicationServerInfoData](docs/ApplicationServerInfoData.md)
- [ApplicationServerInfoNodeStatusData](docs/ApplicationServerInfoNodeStatusData.md)
- [ApplicationServerInfoSyncStatusData](docs/ApplicationServerInfoSyncStatusData.md)
- [ApplicationUserData](docs/ApplicationUserData.md)
- [AppsCreatePointOfSaleAppRequest](docs/AppsCreatePointOfSaleAppRequest.md)
- [AssetBalanceData](docs/AssetBalanceData.md)
- [AssetPairData](docs/AssetPairData.md)
- [BasicAppData](docs/BasicAppData.md)
- [CheckoutOptions](docs/CheckoutOptions.md)
- [ConnectToNodeRequest](docs/ConnectToNodeRequest.md)
- [CreateCustodianAccountRequest](docs/CreateCustodianAccountRequest.md)
- [CreateInvoiceRequest](docs/CreateInvoiceRequest.md)
- [CreateInvoiceRequestAllOf](docs/CreateInvoiceRequestAllOf.md)
- [CreateLightningInvoiceRequest](docs/CreateLightningInvoiceRequest.md)
- [CreateOnChainTransactionRequest](docs/CreateOnChainTransactionRequest.md)
- [CreateOnChainTransactionRequestDestination](docs/CreateOnChainTransactionRequestDestination.md)
- [CreatePayoutRequest](docs/CreatePayoutRequest.md)
- [CreatePayoutThroughStoreRequest](docs/CreatePayoutThroughStoreRequest.md)
- [CreatePayoutThroughStoreRequestAllOf](docs/CreatePayoutThroughStoreRequestAllOf.md)
- [CustodianAccountData](docs/CustodianAccountData.md)
- [CustodianData](docs/CustodianData.md)
- [CustodiansGetStoreCustodianAccountDepositAddress200Response](docs/CustodiansGetStoreCustodianAccountDepositAddress200Response.md)
- [CustodiansWithdrawFromStoreCustodianAccount403Response](docs/CustodiansWithdrawFromStoreCustodianAccount403Response.md)
- [EmailData](docs/EmailData.md)
- [EmailSettingsData](docs/EmailSettingsData.md)
- [GenerateOnChainWalletRequest](docs/GenerateOnChainWalletRequest.md)
- [GenericPaymentMethodData](docs/GenericPaymentMethodData.md)
- [GenericPaymentMethodDataData](docs/GenericPaymentMethodDataData.md)
- [InvoiceAdditionalStatus](docs/InvoiceAdditionalStatus.md)
- [InvoiceData](docs/InvoiceData.md)
- [InvoiceDataAllOf](docs/InvoiceDataAllOf.md)
- [InvoiceDataBase](docs/InvoiceDataBase.md)
- [InvoiceMetadata](docs/InvoiceMetadata.md)
- [InvoiceMetadataAnyOf](docs/InvoiceMetadataAnyOf.md)
- [InvoiceMetadataAnyOf1](docs/InvoiceMetadataAnyOf1.md)
- [InvoiceMetadataAnyOf10](docs/InvoiceMetadataAnyOf10.md)
- [InvoiceMetadataAnyOf11](docs/InvoiceMetadataAnyOf11.md)
- [InvoiceMetadataAnyOf12](docs/InvoiceMetadataAnyOf12.md)
- [InvoiceMetadataAnyOf13](docs/InvoiceMetadataAnyOf13.md)
- [InvoiceMetadataAnyOf14](docs/InvoiceMetadataAnyOf14.md)
- [InvoiceMetadataAnyOf2](docs/InvoiceMetadataAnyOf2.md)
- [InvoiceMetadataAnyOf3](docs/InvoiceMetadataAnyOf3.md)
- [InvoiceMetadataAnyOf4](docs/InvoiceMetadataAnyOf4.md)
- [InvoiceMetadataAnyOf5](docs/InvoiceMetadataAnyOf5.md)
- [InvoiceMetadataAnyOf6](docs/InvoiceMetadataAnyOf6.md)
- [InvoiceMetadataAnyOf7](docs/InvoiceMetadataAnyOf7.md)
- [InvoiceMetadataAnyOf8](docs/InvoiceMetadataAnyOf8.md)
- [InvoiceMetadataAnyOf9](docs/InvoiceMetadataAnyOf9.md)
- [InvoicePaymentMethodDataModel](docs/InvoicePaymentMethodDataModel.md)
- [InvoicePaymentMethodDataModelAdditionalData](docs/InvoicePaymentMethodDataModelAdditionalData.md)
- [InvoicePaymentMethodDataModelAdditionalDataAnyOf](docs/InvoicePaymentMethodDataModelAdditionalDataAnyOf.md)
- [InvoiceStatus](docs/InvoiceStatus.md)
- [InvoiceStatusMark](docs/InvoiceStatusMark.md)
- [InvoiceType](docs/InvoiceType.md)
- [LabelData](docs/LabelData.md)
- [LangCodes200ResponseInner](docs/LangCodes200ResponseInner.md)
- [LedgerEntryData](docs/LedgerEntryData.md)
- [LightningAutomatedTransferSettings](docs/LightningAutomatedTransferSettings.md)
- [LightningChannelData](docs/LightningChannelData.md)
- [LightningInvoiceData](docs/LightningInvoiceData.md)
- [LightningInvoiceStatus](docs/LightningInvoiceStatus.md)
- [LightningNetworkPaymentMethodBaseData](docs/LightningNetworkPaymentMethodBaseData.md)
- [LightningNetworkPaymentMethodData](docs/LightningNetworkPaymentMethodData.md)
- [LightningNetworkPaymentMethodDataAllOf](docs/LightningNetworkPaymentMethodDataAllOf.md)
- [LightningNodeBalanceData](docs/LightningNodeBalanceData.md)
- [LightningNodeInformationData](docs/LightningNodeInformationData.md)
- [LightningPaymentData](docs/LightningPaymentData.md)
- [LightningPaymentStatus](docs/LightningPaymentStatus.md)
- [LnurlPayPaymentMethodBaseData](docs/LnurlPayPaymentMethodBaseData.md)
- [LnurlPayPaymentMethodData](docs/LnurlPayPaymentMethodData.md)
- [LnurlPayPaymentMethodDataAllOf](docs/LnurlPayPaymentMethodDataAllOf.md)
- [LockUserRequest](docs/LockUserRequest.md)
- [MarkInvoiceStatusRequest](docs/MarkInvoiceStatusRequest.md)
- [NetworkFeeMode](docs/NetworkFeeMode.md)
- [NotificationData](docs/NotificationData.md)
- [OffchainBalanceData](docs/OffchainBalanceData.md)
- [OnChainAutomatedTransferSettings](docs/OnChainAutomatedTransferSettings.md)
- [OnChainPaymentMethodBaseData](docs/OnChainPaymentMethodBaseData.md)
- [OnChainPaymentMethodData](docs/OnChainPaymentMethodData.md)
- [OnChainPaymentMethodDataAllOf](docs/OnChainPaymentMethodDataAllOf.md)
- [OnChainPaymentMethodDataPreview](docs/OnChainPaymentMethodDataPreview.md)
- [OnChainPaymentMethodDataPreviewAllOf](docs/OnChainPaymentMethodDataPreviewAllOf.md)
- [OnChainPaymentMethodDataWithSensitiveData](docs/OnChainPaymentMethodDataWithSensitiveData.md)
- [OnChainPaymentMethodDataWithSensitiveDataAllOf](docs/OnChainPaymentMethodDataWithSensitiveDataAllOf.md)
- [OnChainPaymentMethodPreviewResultAddressItem](docs/OnChainPaymentMethodPreviewResultAddressItem.md)
- [OnChainPaymentMethodPreviewResultData](docs/OnChainPaymentMethodPreviewResultData.md)
- [OnChainWalletAddressData](docs/OnChainWalletAddressData.md)
- [OnChainWalletFeeRateData](docs/OnChainWalletFeeRateData.md)
- [OnChainWalletOverviewData](docs/OnChainWalletOverviewData.md)
- [OnChainWalletTransactionData](docs/OnChainWalletTransactionData.md)
- [OnChainWalletUtxoData](docs/OnChainWalletUtxoData.md)
- [OnchainBalanceData](docs/OnchainBalanceData.md)
- [OpenLightningChannelRequest](docs/OpenLightningChannelRequest.md)
- [PatchOnChainTransactionRequest](docs/PatchOnChainTransactionRequest.md)
- [PayLightningInvoiceRequest](docs/PayLightningInvoiceRequest.md)
- [Payment](docs/Payment.md)
- [PaymentRequestBaseData](docs/PaymentRequestBaseData.md)
- [PaymentRequestData](docs/PaymentRequestData.md)
- [PaymentRequestDataAllOf](docs/PaymentRequestDataAllOf.md)
- [PaymentStatus](docs/PaymentStatus.md)
- [PayoutData](docs/PayoutData.md)
- [PayoutProcessorData](docs/PayoutProcessorData.md)
- [PermissionsMetadata200ResponseInner](docs/PermissionsMetadata200ResponseInner.md)
- [PointOfSaleAppData](docs/PointOfSaleAppData.md)
- [ProblemDetails](docs/ProblemDetails.md)
- [PullPaymentData](docs/PullPaymentData.md)
- [PullPaymentsApprovePayoutRequest](docs/PullPaymentsApprovePayoutRequest.md)
- [PullPaymentsCreatePullPaymentRequest](docs/PullPaymentsCreatePullPaymentRequest.md)
- [QuoteResultData](docs/QuoteResultData.md)
- [ReceiptOptions](docs/ReceiptOptions.md)
- [SpeedPolicy](docs/SpeedPolicy.md)
- [StoreBaseData](docs/StoreBaseData.md)
- [StoreData](docs/StoreData.md)
- [StoreDataAllOf](docs/StoreDataAllOf.md)
- [StoreOnChainPaymentMethodsPostonChainPaymentMethodPreviewRequest](docs/StoreOnChainPaymentMethodsPostonChainPaymentMethodPreviewRequest.md)
- [StoreOnChainWalletsCreateOnChainTransaction200Response](docs/StoreOnChainWalletsCreateOnChainTransaction200Response.md)
- [StoreUserData](docs/StoreUserData.md)
- [StoreUserDataAllOf](docs/StoreUserDataAllOf.md)
- [TimeSpanMinutes](docs/TimeSpanMinutes.md)
- [TimeSpanSeconds](docs/TimeSpanSeconds.md)
- [TradeRequestData](docs/TradeRequestData.md)
- [TradeRequestDataQty](docs/TradeRequestDataQty.md)
- [TradeResultData](docs/TradeResultData.md)
- [TransactionStatus](docs/TransactionStatus.md)
- [UpdateInvoiceRequest](docs/UpdateInvoiceRequest.md)
- [UpdateLightningAutomatedTransferSettings](docs/UpdateLightningAutomatedTransferSettings.md)
- [UpdateLightningNetworkPaymentMethodRequest](docs/UpdateLightningNetworkPaymentMethodRequest.md)
- [UpdateLightningNetworkPaymentMethodRequestAllOf](docs/UpdateLightningNetworkPaymentMethodRequestAllOf.md)
- [UpdateNotification](docs/UpdateNotification.md)
- [UpdateOnChainAutomatedTransferSettings](docs/UpdateOnChainAutomatedTransferSettings.md)
- [UpdateOnChainPaymentMethodRequest](docs/UpdateOnChainPaymentMethodRequest.md)
- [UsersCreateUserRequest](docs/UsersCreateUserRequest.md)
- [ValidationProblemDetailsInner](docs/ValidationProblemDetailsInner.md)
- [WebhookData](docs/WebhookData.md)
- [WebhookDataAllOf](docs/WebhookDataAllOf.md)
- [WebhookDataBase](docs/WebhookDataBase.md)
- [WebhookDataBaseAuthorizedEvents](docs/WebhookDataBaseAuthorizedEvents.md)
- [WebhookDataCreate](docs/WebhookDataCreate.md)
- [WebhookDataCreateAllOf](docs/WebhookDataCreateAllOf.md)
- [WebhookDataUpdate](docs/WebhookDataUpdate.md)
- [WebhookDataUpdateAllOf](docs/WebhookDataUpdateAllOf.md)
- [WebhookDeliveryData](docs/WebhookDeliveryData.md)
- [WebhookEvent](docs/WebhookEvent.md)
- [WebhookInvoiceEvent](docs/WebhookInvoiceEvent.md)
- [WebhookInvoiceEventAllOf](docs/WebhookInvoiceEventAllOf.md)
- [WebhookInvoiceExpiredEvent](docs/WebhookInvoiceExpiredEvent.md)
- [WebhookInvoiceExpiredEventAllOf](docs/WebhookInvoiceExpiredEventAllOf.md)
- [WebhookInvoiceInvalidEvent](docs/WebhookInvoiceInvalidEvent.md)
- [WebhookInvoiceInvalidEventAllOf](docs/WebhookInvoiceInvalidEventAllOf.md)
- [WebhookInvoicePaymentSettledEvent](docs/WebhookInvoicePaymentSettledEvent.md)
- [WebhookInvoiceProcessingEvent](docs/WebhookInvoiceProcessingEvent.md)
- [WebhookInvoiceReceivedPaymentEvent](docs/WebhookInvoiceReceivedPaymentEvent.md)
- [WebhookInvoiceReceivedPaymentEventAllOf](docs/WebhookInvoiceReceivedPaymentEventAllOf.md)
- [WebhookInvoiceSettledEvent](docs/WebhookInvoiceSettledEvent.md)
- [WebhookInvoiceSettledEventAllOf](docs/WebhookInvoiceSettledEventAllOf.md)
- [WebhookInvoiceSettledEventAllOf1](docs/WebhookInvoiceSettledEventAllOf1.md)
- [WithdrawalRequestData](docs/WithdrawalRequestData.md)
- [WithdrawalResultData](docs/WithdrawalResultData.md)
To get access to the crate's generated documentation, use:
```
cargo doc --open
```
## Author