The Class GetPdfInvoiceRequestDto.
name | data type | description |
---|---|---|
id | number | |
invoiceNumber | string | The invoice number. |
invoiceType | string | The invoice type. |
generatePdf | boolean | The generate pdf. |
Example
{ "id" : 12345, "invoiceNumber" : "...", "invoiceType" : "...", "generatePdf" : true }