Skip to content

Documentation / @facturometro/einvoice / identifiers / nlOin

Function: nlOin() ​

nlOin(value): boolean

Defined in: packages/validator/src/identifiers/nl.ts:35

A Dutch OIN number: twenty digits.

Parameters ​

value ​

string

The identifier, whitespace-normalized.

Returns ​

boolean

true when the format matches.

Example ​

ts
import { nlOin } from '@facturometro/validator';

nlOin('00000001234567890000'); // true

MIT licensed. Specification artefacts belong to OpenPEPPOL, CEN and OASIS.