public interface CreditorIdValidator
| Modifier and Type | Method and Description |
|---|---|
String |
find(String text)
Retrieves the first creditor id from the given text.
|
boolean |
isValid(String creditorId)
Checks if this String is a valid creditor id.
|
String |
nationalId(String creditorId)
Retrieves the invariant part of the creditorId.
|
String find(String text)
text - String nationalId(String creditorId)
creditorId - boolean isValid(String creditorId)
creditorId - Copyright © 2018. All rights reserved.