PDFGeneratorAPI::GenerateDocumentBatchAsynchronousRequest Properties Name Type Description Notes template Array<TemplateParam> [optional] callback CallbackParam [optional] format FormatParam [optional][default to 'pdf'] output AsyncOutputParam [optional][default to 'base64'] name String Generated document name (optional) [optional][default to ''] testing Boolean When set to true the generation is not counted as merge (monthly usage), but a large PREVIEW stamp is added. [optional][default to false] Example require 'pdf_generator_api_client' instance = PDFGeneratorAPI::GenerateDocumentBatchAsynchronousRequest.new( template: null, callback: null, format: null, output: null, name: Invoice 123, testing: false )