Class MessageRecipient

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

public class MessageRecipient extends Object
  • Field Details

    • nameAndAddress

      protected NameAndAddress nameAndAddress
    • digipostAddress

      protected String digipostAddress
    • peppolAddresses

      protected PeppolAddresses peppolAddresses
    • personalIdentificationNumber

      protected String personalIdentificationNumber
    • organisationNumber

      protected String organisationNumber
    • printDetails

      protected PrintDetails printDetails
    • bankAccountNumber

      protected String bankAccountNumber
    • emailDetails

      protected EmailDetails emailDetails
  • Constructor Details

  • Method Details

    • getNameAndAddress

      public NameAndAddress getNameAndAddress()
    • getDigipostAddress

      public String getDigipostAddress()
    • getPersonalIdentificationNumber

      public String getPersonalIdentificationNumber()
    • getPeppolAddresses

      public PeppolAddresses getPeppolAddresses()
    • getBankAccountNumber

      public String getBankAccountNumber()
    • getOrganisationNumber

      public String getOrganisationNumber()
    • getPrintDetails

      public PrintDetails getPrintDetails()
    • isDirectPrint

      public boolean isDirectPrint()
    • hasPrintDetails

      public boolean hasPrintDetails()
    • hasDigipostIdentification

      public boolean hasDigipostIdentification()
    • toIdentification

      public Identification toIdentification()