Class CreateClientRequestDTO

java.lang.Object
de.aeb.xnsg.foundation.bf.CreateClientRequestDTO

public class CreateClientRequestDTO extends Object
this DTO is used for the method IFoundationBF.createClient(CreateClientRequestDTO) to encapsulate the request parameters.
  • Field Details

    • clientIdentCode

      public String clientIdentCode
      The identification code of the client.
    • name

      public String name
      The name of the client.
    • debtorNumber

      public String debtorNumber
      The debtor number (Kundennummer) of a client.
  • Constructor Details

    • CreateClientRequestDTO

      public CreateClientRequestDTO()