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 63c180b commit c6b36a0Copy full SHA for c6b36a0
BunqSdk/Model/Core/AnchorObjectInterface.cs
@@ -0,0 +1,9 @@
1
+namespace Bunq.Sdk.Model.Core
2
+{
3
+ public interface IAnchorObjectInterface
4
+ {
5
+ bool AreAllFieldNull();
6
+
7
+ BunqModel GetReferencedObject();
8
+ }
9
+}
0 commit comments