GetXmlInvoiceResponseDto Data Type

The Class GetXmlInvoiceResponseDto.

Implemented Interfaces
Serializable
Properties
name data type description
xmlContent string The xml content.
xmlFileName string The xml FileName.
actionStatus ActionStatus The status response of the web service response.

Example

{
  "xmlContent" : "...",
  "xmlFileName" : "...",
  "actionStatus" : {
    "status" : "SUCCESS",
    "errorCode" : { },
    "message" : "...",
    "entityId" : 12345,
    "entityCode" : "...",
    "nrAffected" : 12345,
    "json" : "..."
  }
}