GetXmlInvoiceRequestDto Data Type

The Class GetXmlInvoiceRequestDto.

Implemented Interfaces
Serializable
Properties
name data type description
id number
invoiceNumber string The invoice number.
invoiceType string The invoice type.

Example

{
  "id" : 12345,
  "invoiceNumber" : "...",
  "invoiceType" : "..."
}