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 b404f98 commit 74d9336Copy full SHA for 74d9336
BunqSdk.Tests/Model/Generated/Object/NotificationUrlTest.cs
@@ -184,3 +184,23 @@ public void TestRequestResponseModel()
184
GET_REQUEST_RESPONSE
185
);
186
}
187
+
188
+ [Fact]
189
+ public void TestScheduledInstanceModel()
190
+ {
191
+ ExeceuteNotificationUrlTest(
192
+ JSON_PATH_SCHEDULE_INSTANCE_MODEL,
193
+ typeof(ScheduleInstance),
194
+ GET_SCHEDULE_INSTANCE
195
+ );
196
+ }
197
198
199
+ public void TestScheduledPaymentModel()
200
201
202
+ JSON_PATH_SCHEDULE_PAYMENT_MODEL,
203
+ typeof(SchedulePayment),
204
+ GET_SCHEDULE_PAYMENT
205
206
0 commit comments