Skip to content

Commit

Permalink
Added anchor object interface. (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
OGKevin committed Nov 22, 2017
1 parent f965b4e commit 43dcb31
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/main/java/com/bunq/sdk/model/core/AnchorObjectInterface.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
package com.bunq.sdk.model.core;

public interface AnchorObjectInterface {
/**
*/
boolean areAllFieldNull();

/**
*/
BunqModel getReferencedObject();
}

0 comments on commit 43dcb31

Please sign in to comment.