Class CreateCertTemplateRequestDTO

java.lang.Object
de.aeb.xnsg.ftmc.bf.proposals.certtemplate.CreateCertTemplateRequestDTO

public class CreateCertTemplateRequestDTO extends Object
  • Field Details

    • sourceTypeName

      public String sourceTypeName

      The name of the source type of the template as defined in the system.

      Maximum length: 255

    • sourceValue

      public String sourceValue

      The source value for which a document templates will be created.

      Maximum length: 800, may vary depending on type

    • applicationType

      public String applicationType

      Defines how a document template should be applied into a target value.

      Currently supported, see de.aeb.xnsg.ftmc.bf.proposals.ApplicationTypes. Default ApplicationTypes.MANUAL

      Maximum length: 15

    • certData

      public CertDataDTO certData

      The document type data of the template.

  • Constructor Details

    • CreateCertTemplateRequestDTO

      public CreateCertTemplateRequestDTO()