Class AccountUtil
java.lang.Object
com.bluebell.greenhouse.radicle.util.account.AccountUtil
Utility class for account-related helpers.
- Version:
- 2.0.2
- Author:
- Stephen Prizio
-
Method Summary
Modifier and TypeMethodDescriptionstatic booleanAttempts to identify whether a transaction name refers to an initial balance deposit.
-
Method Details
-
fuzzyMatchInitialBalanceName
Attempts to identify whether a transaction name refers to an initial balance deposit.- Parameters:
name- transaction name- Returns:
- true if reasonably certain it is an initial balance deposit
-