Skip to content

Commit

Permalink
Added abstract method for are all fields null. (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
OGKevin committed Dec 20, 2017
1 parent c6b36a0 commit f31bd37
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions BunqSdk/Model/Core/BunqModel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -146,5 +146,7 @@ public override string ToString()
{
return BunqJsonConvert.SerializeObject(this);
}

public abstract bool AreAllFieldNull();
}
}

0 comments on commit f31bd37

Please sign in to comment.