diff --git a/BunqSdk/Model/Generated/Endpoint/DraftPayment.cs b/BunqSdk/Model/Generated/Endpoint/DraftPayment.cs index 0f0bae1..3a464c8 100644 --- a/BunqSdk/Model/Generated/Endpoint/DraftPayment.cs +++ b/BunqSdk/Model/Generated/Endpoint/DraftPayment.cs @@ -38,7 +38,7 @@ public class DraftPayment : BunqModel private const string OBJECT_TYPE = "DraftPayment"; /// - /// The id of the DraftPayment. + /// The id of the created DrafPayment. /// [JsonProperty(PropertyName = "id")] public int? Id { get; private set; } @@ -83,7 +83,7 @@ public class DraftPayment : BunqModel /// The Payment or PaymentBatch. This will only be present after the DraftPayment has been accepted. /// [JsonProperty(PropertyName = "object")] - public BunqModel Object { get; private set; } + public DraftPaymentAnchorObject Object { get; private set; } /// /// Create a new DraftPayment.