diff --git a/BunqSdk/Model/Generated/Endpoint/TokenQrRequestIdeal.cs b/BunqSdk/Model/Generated/Endpoint/TokenQrRequestIdeal.cs
index c7bf4ba..6890da5 100644
--- a/BunqSdk/Model/Generated/Endpoint/TokenQrRequestIdeal.cs
+++ b/BunqSdk/Model/Generated/Endpoint/TokenQrRequestIdeal.cs
@@ -34,6 +34,12 @@ public class TokenQrRequestIdeal : BunqModel
///
private const string OBJECT_TYPE = "TokenQrRequestIdeal";
+ ///
+ /// The id of the RequestResponse.
+ ///
+ [JsonProperty(PropertyName = "id")]
+ public int? Id { get; private set; }
+
///
/// The timestamp of when the RequestResponse was responded to.
///
@@ -175,6 +181,11 @@ public static BunqResponse Create(ApiContext apiContext, ID
///
public override bool IsAllFieldNull()
{
+ if (this.Id != null)
+ {
+ return false;
+ }
+
if (this.TimeResponded != null)
{
return false;