We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b67c71 commit 6235d89Copy full SHA for 6235d89
BunqSdk/Model/Core/BunqModel.cs
@@ -92,7 +92,7 @@ protected static BunqResponse<T> FromJson<T>(BunqResponseRaw responseRaw)
92
return new BunqResponse<T>(responseValue, responseRaw.Headers);
93
}
94
95
- public static T FromJsonString<T>(string json)
+ public static T CreateFromJsonString<T>(string json)
96
{
97
var modelValue = BunqJsonConvert.DeserializeObject<T>(json);
98
0 commit comments