btcpayserver/BTCPayServer.Client/Models
Chukwuleta Tobechi d0e11f1ec4
changing check box to toggle in various setting views (#5769)
* Resolves: check box to toggle in various setting views

* resolve conflicts

* Notification logic reversal

* remove transform property in the toggle

* Handle email tls certificate check

* Unifications and fixes

---------

Co-authored-by: Dennis Reimann <mail@dennisreimann.de>
2024-03-14 15:16:48 +01:00
..
ApiHealthData.cs format 2020-04-30 16:44:27 +02:00
ApiKeyData.cs
ApplicationUserData.cs Admins can approve registered users (#5647) 2024-01-31 14:45:54 +09:00
ApprovePayoutRequest.cs
ApproveUserRequest.cs Admins can approve registered users (#5647) 2024-01-31 14:45:54 +09:00
AssetPairData.cs Code formatting updates (#4502) 2023-01-06 22:18:07 +09:00
ConnectToNodeRequest.cs
CreateApiKeyRequest.cs
CreateApplicationUserRequest.cs
CreateAppRequest.cs POS: Add item list to keypad (#5814) 2024-03-14 11:11:54 +01:00
CreateCustodianAccountRequest.cs
CreateInvoiceRequest.cs
CreateLightningInvoiceRequest.cs Code formatting updates (#4502) 2023-01-06 22:18:07 +09:00
CreateOnChainTransactionRequest.cs
CreatePaymentRequestRequest.cs
CreatePayoutRequest.cs
CreatePayoutThroughStoreRequest.cs Introduce Payout metadata for api and plugins (#5182) 2023-07-24 18:37:18 +09:00
CreatePullPaymentRequest.cs
CreateStoreRequest.cs
CustodianAccountBaseData.cs Code formatting updates (#4502) 2023-01-06 22:18:07 +09:00
CustodianAccountData.cs
CustodianAccountResponse.cs Code formatting updates (#4502) 2023-01-06 22:18:07 +09:00
CustodianData.cs Code formatting updates (#4502) 2023-01-06 22:18:07 +09:00
DepositAddressData.cs Code formatting updates (#4502) 2023-01-06 22:18:07 +09:00
EmailSettingsData.cs changing check box to toggle in various setting views (#5769) 2024-03-14 15:16:48 +01:00
GenerateOnChainWalletRequest.cs
GenericPaymentMethodData.cs
GreenfieldAPIError.cs
GreenfieldPermissionAPIError.cs Run dotnet format (#3244) 2021-12-31 16:59:02 +09:00
GreenfieldValidationError.cs
InvoiceData.cs Can set LazyPaymentMethod at the invoice creation level 2023-04-25 08:38:42 +09:00
InvoiceExceptionStatus.cs Invoice: Unify status display and functionality (#5360) 2023-10-11 23:12:45 +09:00
InvoicePaymentMethodDataModel.cs
LabelData.cs
Language.cs Add misc/permissions to document the hierarchical structure (#2654) 2021-07-08 14:34:10 +09:00
LedgerEntryData.cs Custodian withdrawal support + Some refactoring and cleanup (#4085) 2023-03-20 10:45:32 +09:00
LightningAddressData.cs Dotnet reformat 2023-04-10 11:07:03 +09:00
LightningAutomatedPayoutSettings.cs Quality of life improvements to payout processors (#5135) 2023-07-20 22:05:14 +09:00
LightningInvoiceData.cs Dotnet reformat 2023-04-10 11:07:03 +09:00
LightningNetworkPaymentMethodBaseData.cs Remove disable BOLT11 option 2023-04-25 12:21:27 +02:00
LightningNetworkPaymentMethodData.cs Remove disable BOLT11 option 2023-04-25 12:21:27 +02:00
LightningNodeBalanceData.cs Code formatting updates (#4502) 2023-01-06 22:18:07 +09:00
LightningNodeInformationData.cs
LightningPaymentData.cs Code formatting updates (#4502) 2023-01-06 22:18:07 +09:00
LNURLPayPaymentMethodBaseData.cs Greenfield: LNURLPay store payment method fixes (#5446) 2023-11-02 08:11:32 +01:00
LNURLPayPaymentMethodData.cs Greenfield: LNURLPay store payment method fixes (#5446) 2023-11-02 08:11:32 +01:00
LockUserRequest.cs Code formatting updates (#4502) 2023-01-06 22:18:07 +09:00
MarketTradeResponseData.cs Code formatting updates (#4502) 2023-01-06 22:18:07 +09:00
MarkInvoiceStatusRequest.cs
MarkPayoutRequest.cs Refactor walletobj API, make wallet object graph directionless (#4297) 2022-11-19 00:04:46 +09:00
NotificationData.cs Different icons for notifications (#4632) 2023-02-21 11:06:27 +09:00
OnChainAutomatedPayoutSettings.cs Quality of life improvements to payout processors (#5135) 2023-07-20 22:05:14 +09:00
OnChainPaymentMethodBaseData.cs
OnChainPaymentMethodData.cs
OnChainPaymentMethodDataWithSensitiveData.cs
OnChainPaymentMethodPreviewResultData.cs
OnChainWalletAddressData.cs
OnChainWalletFeeRateData.cs
OnChainWalletOverviewData.cs
OnChainWalletTransactionData.cs
OnChainWalletUTXOData.cs
OpenLightningChannelRequest.cs Fix build 2022-12-23 17:17:09 +09:00
PatchOnChainTransactionRequest.cs
PayLightningInvoiceRequest.cs Code formatting updates (#4502) 2023-01-06 22:18:07 +09:00
PaymentMethodCriteriaData.cs Greenfield: Expose Payment method criteria 2023-02-21 15:23:51 +01:00
PaymentRequestBaseData.cs
PaymentRequestData.cs Payment Request: Add processing status for on-chain payments (#5309) 2023-09-19 10:10:13 +09:00
PayoutData.cs Introduce Payout metadata for api and plugins (#5182) 2023-07-24 18:37:18 +09:00
PayoutProcessorData.cs
PayPaymentRequestRequest.cs
PermissionMetadata.cs
PointOfSaleAppData.cs POS: Add item list to keypad (#5814) 2024-03-14 11:11:54 +01:00
PullPaymentBaseData.cs
PullPaymentLNURL.cs Add Greenfield API endpoint for pull payment LNURL items (#4472) 2023-01-26 14:43:07 +09:00
RateSource.cs Code formatting updates (#4502) 2023-01-06 22:18:07 +09:00
RefundInvoiceRequest.cs Refund updates (#4934) 2023-05-11 10:33:33 +02:00
RegisterBoltcardRequest.cs If pull payment opened in mobile, use deeplink to setup card (#5613) 2024-03-14 11:07:11 +01:00
SendEmailRequest.cs
ServerInfoData.cs
StoreBaseData.cs Greenfield: Make checkout type V2 default for new stores (#5495) 2023-11-21 13:38:01 +01:00
StoreData.cs Store Custom Roles (#4940) 2023-05-26 23:49:32 +09:00
StoreRateConfiguration.cs
StoreRateResult.cs Greenfield: Currency rate should be strings (#4607) 2023-02-08 19:18:37 +09:00
StoreReportRequest.cs Add reporting feature (#5155) 2023-07-24 09:24:32 +09:00
StoreReportsResponse.cs Add reporting feature (#5155) 2023-07-24 09:24:32 +09:00
StoreWebhookData.cs Pluginize Webhooks and support Payouts (#5421) 2023-12-01 10:50:05 +01:00
TradeQuoteResponseData.cs Custodian withdrawal support + Some refactoring and cleanup (#4085) 2023-03-20 10:45:32 +09:00
TradeRequestData.cs Allow multi-step settings in custodian (#4838) 2023-04-04 14:48:29 +09:00
TransactionStatus.cs Improve performance of on chain transaction listing for big wallets 2022-07-05 14:23:13 +09:00
UpdateInvoiceRequest.cs GreenField: Update invoice metadata (#2095) 2020-12-12 15:15:34 +09:00
UpdateLightningNetworkPaymentMethodRequest.cs Run dotnet format (#3244) 2021-12-31 16:59:02 +09:00
UpdateNotification.cs
UpdateOnChainPaymentMethodRequest.cs
UpdatePaymentRequestRequest.cs
UpdateStoreRequest.cs
WebhookDeliveryData.cs
WebhookDeliveryStatus.cs
WebhookEvent.cs Pluginize Webhooks and support Payouts (#5421) 2023-12-01 10:50:05 +01:00
WebhookEventType.cs Pluginize Webhooks and support Payouts (#5421) 2023-12-01 10:50:05 +01:00
WebhookInvoiceEvent.cs Webhook tests + FIXES + DOCS (#5686) 2024-02-23 09:44:42 +01:00
WithdrawalBaseResponseData.cs Custodian withdrawal support + Some refactoring and cleanup (#4085) 2023-03-20 10:45:32 +09:00
WithdrawalResponseData.cs Dotnet reformat 2023-04-10 11:07:03 +09:00
WithdrawalSimulationResponseData.cs Custodian withdrawal support + Some refactoring and cleanup (#4085) 2023-03-20 10:45:32 +09:00
WithdrawRequestData.cs Dotnet reformat 2023-04-10 11:07:03 +09:00