Skip to content

Commit f31bd37

Browse files
author
Kevin Hellemun
committed
Added abstract method for are all fields null. (#43)
1 parent c6b36a0 commit f31bd37

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

BunqSdk/Model/Core/BunqModel.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,5 +146,7 @@ public override string ToString()
146146
{
147147
return BunqJsonConvert.SerializeObject(this);
148148
}
149+
150+
public abstract bool AreAllFieldNull();
149151
}
150152
}

0 commit comments

Comments
 (0)