AI-generated Key Takeaways
-
IbanEntity
extracts International Bank Account Numbers (IBANs) from text. -
It provides the IBAN in a standardized format and identifies the country code.
-
You can access the formatted IBAN using
getIban()
and the country code withgetIbanCountryCode()
.
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).