PdfInvoiceResponse Data Type

The Class PdfInvoiceResponse.

Implemented Interfaces
Serializable
Properties
name data type description
pdfInvoice string The pdf invoice.
actionStatus ActionStatus The status response of the web service response.

Example

{
  "pdfInvoice" : "...",
  "actionStatus" : {
    "status" : "WARNING",
    "errorCode" : { },
    "message" : "...",
    "entityId" : 12345,
    "entityCode" : "...",
    "nrAffected" : 12345,
    "json" : "..."
  }
}