All Downloads are FREE. Search and download functionalities are using the official Maven repository.

no.bekk.bekkopen.banking.Kidnummer Maven / Gradle / Ivy

Go to download

The NoCommons library is a collection of helper classes for manipulation and validation of data specific to Norway and Norwegian citizens.

There is a newer version: 0.16.0
Show newest version
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