Class BServiceItemFolderParmsDTO

java.lang.Object
de.aeb.xnsg.billing.af.BServiceItemFolderParmsDTO

public class BServiceItemFolderParmsDTO extends Object
Parameter for opening service item folder
  • Field Details

    • internalId

      public String internalId
      Unique internal ID of the service item. If this field is filled, fields clientSystemId and serviceItemId are ignored.
    • clientSystemId

      public String clientSystemId
      Unique ID of the client system which sent the service item to billing. Leave this field empty if the clientSystemId of the service item is empty.
    • serviceItemId

      public String serviceItemId
      Item-ID of the service item, unique for all service items with the same clientSystemId.
  • Constructor Details

    • BServiceItemFolderParmsDTO

      public BServiceItemFolderParmsDTO()