The Class GetPdfInvoiceResponseDto.
name | data type | description |
---|---|---|
pdfContent | string | The pdf content. |
actionStatus | ActionStatus | The status response of the web service response. |
pdfFileName | string | The PDF FileName. |
Example
{ "pdfContent" : "...", "actionStatus" : { "status" : "WARNING", "errorCode" : { }, "message" : "...", "entityId" : 12345, "entityCode" : "...", "nrAffected" : 12345, "json" : "..." }, "pdfFileName" : "..." }