Skip to content

Commit c6b36a0

Browse files
author
Kevin Hellemun
committed
Added interface for anchor objects. (#43)
1 parent 63c180b commit c6b36a0

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)