Class Identification

java.lang.Object
no.digipost.api.client.representations.Identification

public class Identification extends Object
  • Field Details

    • includePersonaliasForDigipostUser

      protected boolean includePersonaliasForDigipostUser
    • nameAndAddress

      protected NameAndAddress nameAndAddress
    • digipostAddress

      protected String digipostAddress
    • bankAccountNumber

      protected String bankAccountNumber
    • personalIdentificationNumber

      protected String personalIdentificationNumber
    • organisationNumber

      protected String organisationNumber
  • Constructor Details

    • Identification

      public Identification(NameAndAddress nameAndAddress)
    • Identification

      public Identification(NameAndAddress nameAndAddress, boolean includePersonaliasForDigipostUser)
    • Identification

      public Identification(DigipostAddress digipostAddress)
    • Identification

      public Identification(DigipostAddress digipostAddress, boolean includePersonaliasForDigipostUser)
    • Identification

      public Identification(PersonalIdentificationNumber personalIdentificationNumber)
    • Identification

      public Identification(PersonalIdentificationNumber personalIdentificationNumber, boolean includePersonaliasForDigipostUser)
    • Identification

      public Identification(OrganisationNumber organisationNumber)
    • Identification

      public Identification(BankAccountNumber bankAccountNumber)
    • Identification

      public Identification()
  • Method Details

    • getNameAndAddress

      public NameAndAddress getNameAndAddress()
    • getDigipostAddress

      public String getDigipostAddress()
    • getPersonalIdentificationNumber

      public String getPersonalIdentificationNumber()
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object