no.bekk.bekkopen.banking.Kidnummer Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of nocommons Show documentation
Show all versions of nocommons Show documentation
The NoCommons library is a collection of helper classes for manipulation and validation of data specific to
Norway and Norwegian citizens.
package no.bekk.bekkopen.banking;
import no.bekk.bekkopen.common.StringNumber;
/**
* This class represent a Norwegian KID-nummer - a number used to identify
* a customer on invoices. A Kidnummer consists of digits only, and the last
* digit is a checksum digit (either mod10 or mod11).
*/
public class Kidnummer extends StringNumber {
Kidnummer(String kontonummer) {
super(kontonummer);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy