Class DLGetCarrierPropertiesResponseDTO


  • public class DLGetCarrierPropertiesResponseDTO
    extends de.aeb.xnsg.foundation.bf.AbstractResponseDTO
    Response DTO containing the properties of a specific carrier.
    • Field Detail

      • carrierIdentCode

        public String carrierIdentCode
        The carrier as specified in the request.

        length=20

      • carrierType

        public String carrierType

        The carrier type assigns the carrier to a category that defines the support and maintenance level. Possible values:

      • STANDARD the carrier is part of the standard portfolio. It is regularly maintained, supported and kept up to date.
      • PROJECT the carrier is only used by very few customers and thus is not part of the standard portfolio.
      • CLIENT the carrier is defined for a specific client only and thus is not part of the standard portfolio.


        PROJECT and CLIENT carrier are not maintained by default and may become outdated over time. Maintenance must be explicitly ordered.

        length=20

  • Constructor Detail

    • DLGetCarrierPropertiesResponseDTO

      public DLGetCarrierPropertiesResponseDTO()