generateTaxAuthPDF(context)

Note:

To access the LATAM E-Document Certification SuiteApp documentation in Brazilian Portuguese (Português do Brasil), see LATAM E-Document Certification.

Example
          /**
 * Returns the IDs of the generated PDF files (matched with the reference keys), the messages related to the generation process (if any), and a boolean variable that indicates whether the generation was successfull or not
 */
function generateTaxAuthPDF(context) {
    return {
        filesDetails: [],
        message: "",
        success: true
    };
} 

        

General Notices