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 a9b4458 commit b404f98Copy full SHA for b404f98
BunqSdk.Tests/Model/Generated/Object/NotificationUrlTest.cs
@@ -164,3 +164,23 @@ public void TestPaymentBatchModel()
164
GET_PAYMENT_BATCH
165
);
166
}
167
+
168
+ [Fact]
169
+ public void TestRequestInquiryModel()
170
+ {
171
+ ExeceuteNotificationUrlTest(
172
+ JSON_PATH_REQUEST_INQUIRY_MODEL,
173
+ typeof(RequestInquiry),
174
+ GET_REQUEST_INQUIRY
175
+ );
176
+ }
177
178
179
+ public void TestRequestResponseModel()
180
181
182
+ JSON_PATH_REQUEST_RESPONSE_MODEL,
183
+ typeof(RequestResponse),
184
+ GET_REQUEST_RESPONSE
185
186
0 commit comments