Class LicensePartnerDTO

    • Field Detail

      • referenceNumber

        public String referenceNumber
        Order number of the contract/order on which the license is based.

        Max. length: 50.
      • description

        public String description
        Further information about the business partner.

        Max. length: 1,000.
      • hasSigned

        public Boolean hasSigned
        Indicates that the business partner has signed the relevant contracts or agreements.

        Is only relevant, if the license is an ITAR agreement by its license type.
      • endUserType

        public ValueListEntryDTO endUserType
        Identifies the end-user type a business partner represents. This information is required for usage reports to the UK license authority.

        Is only relevant, if the license supports data specific for United Kingdom licenses by its license type.
      • sector

        public ValueListEntryDTO sector
        Identifies the sector in which a business partner works. This information is required for some licenses of the United Kingdom.

        Is only relevant, if the license supports data specific for United Kingdom licenses by its license type.
      • requiredDocuments

        public RequiredDocumentDTO[] requiredDocuments
        The required documents relevant for the business partner. Required documents are documents that are required for a license to be used.

        Is only specified, if required documents are supported for the license by its license type.
      • partnerRoles

        public PartnerRoleDTO[] partnerRoles
        Roles of the business partner in export transactions to be approved by applying the license.
    • Constructor Detail

      • LicensePartnerDTO

        public LicensePartnerDTO()