PDFTemplateDto Data Type

A Dto class to encapsulate the PDFTemplate request params.

Implemented Interfaces
Serializable
Properties
name data type description
templateFields map of string Gets the template fields.
templatePath string Gets the template path.
barCodeFields array of string Gets the bar code fields.
templateName string Gets the template name.

Example

{
  "templateFields" : {
    "property1" : "...",
    "property2" : "..."
  },
  "templatePath" : "...",
  "barCodeFields" : [ "...", "..." ],
  "templateName" : "..."
}