public class Identification extends Object
Modifier and Type | Field and Description |
---|---|
protected String |
bankAccountNumber |
protected String |
digipostAddress |
protected boolean |
includePersonaliasForDigipostUser |
protected NameAndAddress |
nameAndAddress |
protected String |
organisationNumber |
protected String |
personalIdentificationNumber |
Constructor and Description |
---|
Identification() |
Identification(BankAccountNumber bankAccountNumber) |
Identification(DigipostAddress digipostAddress) |
Identification(DigipostAddress digipostAddress,
boolean includePersonaliasForDigipostUser) |
Identification(NameAndAddress nameAndAddress) |
Identification(NameAndAddress nameAndAddress,
boolean includePersonaliasForDigipostUser) |
Identification(OrganisationNumber organisationNumber) |
Identification(PersonalIdentificationNumber personalIdentificationNumber) |
Identification(PersonalIdentificationNumber personalIdentificationNumber,
boolean includePersonaliasForDigipostUser) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getDigipostAddress() |
NameAndAddress |
getNameAndAddress() |
String |
getPersonalIdentificationNumber() |
int |
hashCode() |
String |
toString() |
protected boolean includePersonaliasForDigipostUser
protected NameAndAddress nameAndAddress
protected String digipostAddress
protected String bankAccountNumber
protected String personalIdentificationNumber
protected String organisationNumber
public Identification(NameAndAddress nameAndAddress)
public Identification(NameAndAddress nameAndAddress, boolean includePersonaliasForDigipostUser)
public Identification(DigipostAddress digipostAddress)
public Identification(DigipostAddress digipostAddress, boolean includePersonaliasForDigipostUser)
public Identification(PersonalIdentificationNumber personalIdentificationNumber)
public Identification(PersonalIdentificationNumber personalIdentificationNumber, boolean includePersonaliasForDigipostUser)
public Identification(OrganisationNumber organisationNumber)
public Identification(BankAccountNumber bankAccountNumber)
public Identification()
public NameAndAddress getNameAndAddress()
public String getDigipostAddress()
public String getPersonalIdentificationNumber()
Copyright © 2019 Digipost. All rights reserved.