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 78757f3 commit c747ea7Copy full SHA for c747ea7
BunqSdk/Model/Generated/Object/DraftPaymentAnchorObject.cs
@@ -0,0 +1,22 @@
1
+using Bunq.Sdk.Model.Core;
2
+using Bunq.Sdk.Model.Generated.Endpoint;
3
+using Newtonsoft.Json;
4
+using System.Collections.Generic;
5
+
6
+namespace Bunq.Sdk.Model.Generated.Object
7
+{
8
+ /// <summary>
9
+ /// </summary>
10
+ public class DraftPaymentAnchorObject : BunqModel
11
+ {
12
13
14
+ [JsonProperty(PropertyName = "Payment")]
15
+ public Payment Payment { get; set; }
16
17
18
19
+ [JsonProperty(PropertyName = "PaymentBatch")]
20
+ public PaymentBatch PaymentBatch { get; set; }
21
+ }
22
+}
0 commit comments