Interface PolIdSpecs

All Superinterfaces:
PolIdGenerators

public interface PolIdSpecs extends PolIdGenerators
Provides generators for Polish identifiers.
Since:
5.0.0
  • Method Summary

    Modifier and Type
    Method
    Description
    nip()
    Generates Polish VAT Identification Number (NIP).
    Generates Polish National Identification Number (PESEL).
    Generates Polish Taxpayer Identification Number (REGON).
  • Method Details

    • nip

      NipSpec nip()
      Generates Polish VAT Identification Number (NIP).
      Specified by:
      nip in interface PolIdGenerators
      Returns:
      API builder reference
      Since:
      5.0.0
    • pesel

      PeselSpec pesel()
      Generates Polish National Identification Number (PESEL).
      Specified by:
      pesel in interface PolIdGenerators
      Returns:
      API builder reference
      Since:
      5.0.0
    • regon

      RegonSpec regon()
      Generates Polish Taxpayer Identification Number (REGON).
      Specified by:
      regon in interface PolIdGenerators
      Returns:
      API builder reference
      Since:
      5.0.0