We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c747ea7 commit 2f1d941Copy full SHA for 2f1d941
BunqSdk/Model/Generated/Endpoint/DraftPayment.cs
@@ -38,7 +38,7 @@ public class DraftPayment : BunqModel
38
private const string OBJECT_TYPE = "DraftPayment";
39
40
/// <summary>
41
- /// The id of the DraftPayment.
+ /// The id of the created DrafPayment.
42
/// </summary>
43
[JsonProperty(PropertyName = "id")]
44
public int? Id { get; private set; }
@@ -83,7 +83,7 @@ public class DraftPayment : BunqModel
83
/// The Payment or PaymentBatch. This will only be present after the DraftPayment has been accepted.
84
85
[JsonProperty(PropertyName = "object")]
86
- public BunqModel Object { get; private set; }
+ public DraftPaymentAnchorObject Object { get; private set; }
87
88
89
/// Create a new DraftPayment.
0 commit comments