A Dto class to encapsulate the PDFTemplate request params.
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" : "..." }