Skip to content
Martijn Bodeman edited this page May 27, 2023 · 8 revisions

The Iban type encapsulates an IBAN. It is ideal for use in you domain/business logic layer so that your code can depend on the strong typing and not have to worry about the validity of your data, since the Iban type can never have an invalid value.

Additionally, the type implements several interoperability interfaces and provides helper methods and properties which makes integration with your API/infrastructure layers easy: