InvoiceTypesDto Data Type

Implemented Interfaces
Serializable
Properties
name data type description
invoiceTypes array of InvoiceTypeDto

Example

{
  "invoiceTypes" : [ {
    "code" : "...",
    "description" : "...",
    "occTemplateCode" : "...",
    "occTemplateNegativeCode" : "...",
    "sequenceDto" : {
      "prefixEL" : "...",
      "sequenceSize" : 12345,
      "currentInvoiceNb" : 12345
    },
    "sellerSequence" : {
      "property1" : {
        "prefixEL" : "...",
        "sequenceSize" : 12345,
        "currentInvoiceNb" : 12345
      },
      "property2" : {
        "prefixEL" : "...",
        "sequenceSize" : 12345,
        "currentInvoiceNb" : 12345
      }
    },
    "appliesTo" : [ "...", "..." ],
    "matchingAuto" : true,
    "updatedCode" : "..."
  }, {
    "code" : "...",
    "description" : "...",
    "occTemplateCode" : "...",
    "occTemplateNegativeCode" : "...",
    "sequenceDto" : {
      "prefixEL" : "...",
      "sequenceSize" : 12345,
      "currentInvoiceNb" : 12345
    },
    "sellerSequence" : {
      "property1" : {
        "prefixEL" : "...",
        "sequenceSize" : 12345,
        "currentInvoiceNb" : 12345
      },
      "property2" : {
        "prefixEL" : "...",
        "sequenceSize" : 12345,
        "currentInvoiceNb" : 12345
      }
    },
    "appliesTo" : [ "...", "..." ],
    "matchingAuto" : true,
    "updatedCode" : "..."
  } ]
}