diff --git a/BunqSdk/Model/Core/BunqModel.cs b/BunqSdk/Model/Core/BunqModel.cs index c3caac7..9137c67 100644 --- a/BunqSdk/Model/Core/BunqModel.cs +++ b/BunqSdk/Model/Core/BunqModel.cs @@ -92,7 +92,7 @@ protected static BunqResponse FromJson(BunqResponseRaw responseRaw) return new BunqResponse(responseValue, responseRaw.Headers); } - public static T FromJsonString(string json) + public static T CreateFromJsonString(string json) { var modelValue = BunqJsonConvert.DeserializeObject(json);