.. |
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
|
Add ability to require refund email from app level (#3013)
|
2021-10-27 23:32:56 +09:00 |
CreateLightningInvoiceRequest.cs
|
Update NBitcoin, NetworkType => ChainName, signet support (#2224)
|
2021-01-27 14:39:38 +09:00 |
CreateOnChainTransactionRequest.cs
|
GreenField API: Wallet API (#2246)
|
2021-03-11 21:34:52 +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 |
GenerateOnChainWalletRequest.cs
|
GreenField: Generate Store OnChain Wallet (#2708)
|
2021-07-27 23:53:44 +09:00 |
GenericPaymentMethodData.cs
|
Greenfield quality of life improvements from feedback (#2880)
|
2021-09-25 14:04:34 +09:00 |
GreenfieldAPIError.cs
|
Do not crash on invocie creation error for greenfield (Fix #2111)
|
2020-12-08 14:47:20 +09:00 |
GreenfieldValidationError.cs
|
Removing unused usings, readonly fields where possible
|
2020-06-28 22:07:48 -05:00 |
InvoiceData.cs
|
resolves Issue #3042 add archive status to invoice response (#3043)
|
2021-11-01 15:53:33 +09:00 |
InvoiceExceptionStatus.cs
|
add status and refactor
|
2020-08-26 21:36:30 +09:00 |
InvoicePaymentMethodDataModel.cs
|
Make Invoice Create Faster And Fix Gap Limit Issue (#1843)
|
2021-04-07 13:08:42 +09:00 |
LabelData.cs
|
GreenField API: Wallet API (#2246)
|
2021-03-11 21:34:52 +09:00 |
Language.cs
|
Add misc/permissions to document the hierarchical structure (#2654)
|
2021-07-08 14:34:10 +09:00 |
LightningInvoiceData.cs
|
Fix lightning implementation, docs and tests
|
2020-06-09 17:24:34 +09:00 |
LightningNetworkPaymentMethodBaseData.cs
|
LNURL: Add missing logic from lnurl merges and rebases
|
2021-10-26 14:08:09 +02:00 |
LightningNetworkPaymentMethodData.cs
|
LNURL: Add missing logic from lnurl merges and rebases
|
2021-10-26 14:08:09 +02:00 |
LightningNodeInformationData.cs
|
Removing unused usings, readonly fields where possible
|
2020-06-28 22:07:48 -05:00 |
LNURLPayPaymentMethodBaseData.cs
|
LNURL Payment Method Support (#2897)
|
2021-10-25 15:18:02 +09:00 |
LNURLPayPaymentMethodData.cs
|
LNURL Payment Method Support (#2897)
|
2021-10-25 15:18:02 +09:00 |
MarkInvoiceStatusRequest.cs
|
make individual action items
|
2020-08-26 21:36:31 +09:00 |
NotificationData.cs
|
GreenField: Notifications API (#2055)
|
2020-12-11 23:11:08 +09:00 |
OnChainPaymentMethodBaseData.cs
|
Refactor Get Store Payment Methods
|
2021-07-26 12:03:11 +02:00 |
OnChainPaymentMethodData.cs
|
Greenfield quality of life improvements from feedback (#2880)
|
2021-09-25 14:04:34 +09:00 |
OnChainPaymentMethodDataWithSensitiveData.cs
|
Greenfield quality of life improvements from feedback (#2880)
|
2021-09-25 14:04:34 +09:00 |
OnChainPaymentMethodPreviewResultData.cs
|
GreenField: Store OnChain Payment Method (#2157)
|
2020-12-23 14:00:38 +09:00 |
OnChainWalletAddressData.cs
|
Allow Payjoin for wallet receive addresses (#2425)
|
2021-04-13 12:26:36 +09:00 |
OnChainWalletFeeRateData.cs
|
GreenField: Add FeeRate To Wallets API (#2375)
|
2021-04-07 15:16:17 +09:00 |
OnChainWalletOverviewData.cs
|
Provide more data through OnChain Wallet API (#2420)
|
2021-04-08 12:43:51 +09:00 |
OnChainWalletTransactionData.cs
|
GreenField API: Wallet API (#2246)
|
2021-03-11 21:34:52 +09:00 |
OnChainWalletUTXOData.cs
|
Coin Selection: Confirmed filter (#2467)
|
2021-04-20 11:02:06 +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 |
PermissionMetadata.cs
|
Add misc/permissions to document the hierarchical structure (#2654)
|
2021-07-08 14:34:10 +09: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
|
Support wider server sync info in greenfield server info (#2511)
|
2021-05-19 13:07:28 +09:00 |
StoreBaseData.cs
|
Add ability to set default currency for a store (#2998)
|
2021-10-20 23:17:40 +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 |
TransactionStatus.cs
|
GreenField API: Wallet API (#2246)
|
2021-03-11 21:34:52 +09:00 |
UpdateInvoiceRequest.cs
|
GreenField: Update invoice metadata (#2095)
|
2020-12-12 15:15:34 +09:00 |
UpdateLightningNetworkPaymentMethodRequest.cs
|
Add UpdateLightningNetworkPaymentMethodRequest
|
2021-09-02 10:42:41 +02:00 |
UpdateNotification.cs
|
GreenField: Notifications API (#2055)
|
2020-12-11 23:11:08 +09:00 |
UpdateOnChainPaymentMethodRequest.cs
|
Add UpdateOnChainPaymentMethodRequest
|
2021-09-02 10:42:41 +02: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
|
Fix typo of webhook events property
|
2021-04-20 12:36:20 +09:00 |
WebhookEventType.cs
|
Payment Settled Webhook event (#2944)
|
2021-10-05 18:10:41 +09:00 |
WebhookInvoiceEvent.cs
|
Add boolean overPaid to the invoice settled webhook
|
2021-10-27 14:51:42 +09:00 |