-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a6d44df
commit e75f5b5
Showing
9 changed files
with
104 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
/** | ||
* @file Account.cs | ||
* @author Krisna Pranav | ||
* @brief Account functionalities | ||
* @version 1.0 | ||
* @date 2024-01-19 | ||
* | ||
* @copyright Copyright (c) 2024 ThunderPayment Developers, Krisna Pranav | ||
* | ||
*/ | ||
|
||
using System; | ||
using System.Linq; | ||
using System.Text; | ||
using System.Collections.Generic; | ||
using System.Threading.Tasks; | ||
using Newtonsoft.Json; | ||
|
||
namespace ThunderPay | ||
{ | ||
public class Account : FundingInstrument | ||
{ | ||
[JsonIgnore] | ||
public static string resource_href | ||
{ | ||
get | ||
{ | ||
return "/accounts"; | ||
} | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
sdks/thunderpay-sdk-cs/obj/Debug/net9.0/thunderpay-sdk-cs.AssemblyInfoInputs.cache
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
f00ebad09e86924ba5df91161e0ab926f7d9958d9cbf8423069527960b3452ee | ||
c212e9c3ddc855639e03ab9d61d17929beb670f68e4958084ce663e215c435c6 |
Binary file modified
BIN
+749 Bytes
(580%)
sdks/thunderpay-sdk-cs/obj/Debug/net9.0/thunderpay-sdk-cs.assets.cache
Binary file not shown.
Binary file added
BIN
+439 Bytes
sdks/thunderpay-sdk-cs/obj/Debug/net9.0/thunderpay-sdk-cs.csproj.AssemblyReference.cache
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,10 @@ | ||
{ | ||
"version": 2, | ||
"dgSpecHash": "X5pkwUhzWXI=", | ||
"dgSpecHash": "cUnQqBwN68k=", | ||
"success": true, | ||
"projectFilePath": "/Users/krisnapranav/Projects/ThunderPayments/thunderpay/sdks/thunderpay-sdk-cs/thunderpay-sdk-cs.csproj", | ||
"expectedPackageFiles": [], | ||
"expectedPackageFiles": [ | ||
"/Users/krisnapranav/.nuget/packages/newtonsoft.json/13.0.3/newtonsoft.json.13.0.3.nupkg.sha512" | ||
], | ||
"logs": [] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters