public final class IbanEntity extends Entity
An IBAN (International Bank Account Number) entity extracted from a piece of text. It provides the country code and a canonical format for the IBAN.
Inherited Constant Summary
Public Method Summary
String |
getIban()
Returns the full IBAN detected for this entity, canonically formatted.
|
String |
getIbanCountryCode()
Returns the ISO 3166-1 alpha-2 country code detected for this entity (two
letter String).
|
Inherited Method Summary
Public Methods
public String getIban ()
Returns the full IBAN detected for this entity, canonically formatted.
public String getIbanCountryCode ()
Returns the ISO 3166-1 alpha-2 country code detected for this entity (two letter String).