btcpayserver/BTCPayServer.Client/Models
2020-11-14 13:39:44 +09:00
..
AddCustomerEmailRequest.cs make individual action items 2020-08-26 21:36:31 +09:00
ApiHealthData.cs format 2020-04-30 16:44:27 +02:00
ApiKeyData.cs format 2020-04-30 16:44:27 +02:00
ApplicationUserData.cs Add Created date to user, add verified column in list and make user list use same model as modern lists 2020-10-05 13:00:15 +02:00
ApprovePayoutRequest.cs Removing unused usings, readonly fields where possible 2020-06-28 22:07:48 -05:00
ConnectToNodeRequest.cs Removing unused usings, readonly fields where possible 2020-06-28 22:07:48 -05:00
CreateApiKeyRequest.cs Cleaning up bom from cs files 2020-06-28 21:44:35 -05:00
CreateApplicationUserRequest.cs format 2020-04-30 16:44:27 +02:00
CreateInvoiceRequest.cs Update swagger 2020-08-26 21:36:32 +09:00
CreateLightningInvoiceRequest.cs Decouple the CreateInvoiceCore from BitpayCreateInvoice, remove some features from greenfield invoice for now 2020-08-26 21:36:32 +09:00
CreatePaymentRequestRequest.cs Run dotnet format 2020-06-28 17:55:27 +09:00
CreatePayoutRequest.cs Make Decimal json converter work for other number types 2020-07-29 08:44:52 +02:00
CreatePullPaymentRequest.cs Decouple the CreateInvoiceCore from BitpayCreateInvoice, remove some features from greenfield invoice for now 2020-08-26 21:36:32 +09:00
CreateStoreRequest.cs Run dotnet format 2020-06-28 17:55:27 +09:00
GreenfieldAPIError.cs Removing unused usings, readonly fields where possible 2020-06-28 22:07:48 -05:00
GreenfieldValidationError.cs Removing unused usings, readonly fields where possible 2020-06-28 22:07:48 -05:00
InvoiceData.cs Add InvoiceTime, Expiration and monitoring to Invoice greenfield API 2020-08-26 21:36:32 +09:00
InvoiceExceptionStatus.cs add status and refactor 2020-08-26 21:36:30 +09:00
InvoiceStatus.cs Improve tests of webhooks 2020-11-14 13:39:44 +09:00
LightningInvoiceData.cs Fix lightning implementation, docs and tests 2020-06-09 17:24:34 +09:00
LightningNodeInformationData.cs Removing unused usings, readonly fields where possible 2020-06-28 22:07:48 -05:00
MarkInvoiceStatusRequest.cs make individual action items 2020-08-26 21:36:31 +09:00
OpenLightningChannelRequest.cs Fix lightning implementation, docs and tests 2020-06-09 17:24:34 +09:00
PayLightningInvoiceRequest.cs Fix lightning implementation, docs and tests 2020-06-09 17:24:34 +09:00
PaymentRequestBaseData.cs Make Decimal json converter work for other number types 2020-07-29 08:44:52 +02:00
PaymentRequestData.cs Run dotnet format 2020-06-28 17:55:27 +09:00
PayoutData.cs Make Decimal json converter work for other number types 2020-07-29 08:44:52 +02:00
PullPaymentBaseData.cs Decouple the CreateInvoiceCore from BitpayCreateInvoice, remove some features from greenfield invoice for now 2020-08-26 21:36:32 +09:00
ServerInfoData.cs Run dotnet format 2020-06-28 17:55:27 +09:00
StoreBaseData.cs Decouple the CreateInvoiceCore from BitpayCreateInvoice, remove some features from greenfield invoice for now 2020-08-26 21:36:32 +09:00
StoreData.cs format 2020-04-30 16:44:27 +02:00
StoreWebhookData.cs Add Greenfield API 2020-11-13 14:15:03 +09:00
UpdatePaymentRequestRequest.cs Run dotnet format 2020-06-28 17:55:27 +09:00
UpdateStoreRequest.cs format 2020-04-30 16:44:27 +02:00
WebhookDeliveryData.cs Add Greenfield API 2020-11-13 14:15:03 +09:00
WebhookDeliveryStatus.cs Add Webhooks in store's settings 2020-11-08 15:57:24 +09:00
WebhookEvent.cs Improve tests of webhooks 2020-11-14 13:39:44 +09:00
WebhookEventType.cs Add Webhooks in store's settings 2020-11-08 15:57:24 +09:00
WebhookInvoiceEvent.cs Improve tests of webhooks 2020-11-14 13:39:44 +09:00