Class Identification
- java.lang.Object
-
- no.digipost.api.client.representations.Identification
-
public class Identification extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected String
bankAccountNumber
protected String
digipostAddress
protected boolean
includePersonaliasForDigipostUser
protected NameAndAddress
nameAndAddress
protected String
organisationNumber
protected String
personalIdentificationNumber
-
Constructor Summary
Constructors Constructor 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)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
String
getDigipostAddress()
NameAndAddress
getNameAndAddress()
String
getPersonalIdentificationNumber()
int
hashCode()
String
toString()
-
-
-
Field Detail
-
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 Detail
-
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 Detail
-
getNameAndAddress
public NameAndAddress getNameAndAddress()
-
getDigipostAddress
public String getDigipostAddress()
-
getPersonalIdentificationNumber
public String getPersonalIdentificationNumber()
-
-