InvoiceTypesDto Data Type

The Class InvoiceTypesDto.

Implemented Interfaces
Serializable
Properties
name data type description
invoiceTypes array of InvoiceTypeDto The invoice types.

Example

{
  "invoiceTypes" : [ {
    "id" : 12345,
    "auditableField" : [ {
      "entityClass" : "...",
      "fieldName" : "...",
      "id" : 12345,
      "changeOrigin" : "...",
      "auditableField" : [ { }, { } ],
      "originName" : "...",
      "code" : "...",
      "previousState" : "...",
      "currentState" : "...",
      "description" : "...",
      "created" : "...",
      "updatedCode" : "...",
      "actor" : "..."
    }, {
      "entityClass" : "...",
      "fieldName" : "...",
      "id" : 12345,
      "changeOrigin" : "...",
      "auditableField" : [ { }, { } ],
      "originName" : "...",
      "code" : "...",
      "previousState" : "...",
      "currentState" : "...",
      "description" : "...",
      "created" : "...",
      "updatedCode" : "...",
      "actor" : "..."
    } ],
    "code" : "...",
    "occTemplateCode" : "...",
    "description" : "...",
    "occTemplateNegativeCode" : "...",
    "updatedCode" : "...",
    "occTemplateCodeEl" : "...",
    "occTemplateNegativeCodeEl" : "...",
    "customInvoiceXmlScriptInstanceCode" : "...",
    "sequenceDto" : {
      "prefixEL" : "...",
      "invoiceSequenceCode" : "...",
      "sequencePattern" : "...",
      "sequenceType" : "RUM"
    },
    "invoiceValidationScriptCode" : "...",
    "sellerSequence" : {
      "property1" : {
        "prefixEL" : "...",
        "invoiceSequenceCode" : "...",
        "sequencePattern" : "...",
        "sequenceType" : "SEQUENCE"
      },
      "property2" : {
        "prefixEL" : "...",
        "invoiceSequenceCode" : "...",
        "sequencePattern" : "...",
        "sequenceType" : "RUM"
      }
    },
    "appliesTo" : [ "...", "..." ],
    "matchingAuto" : true,
    "invoiceAccountable" : true,
    "billingTemplateName" : "...",
    "pdfFilenameEL" : "...",
    "xmlFilenameEL" : "...",
    "billingTemplateNameEL" : "...",
    "customFields" : {
      "customField" : [ { }, { } ],
      "inheritedCustomField" : [ { }, { } ]
    },
    "useSelfSequence" : true,
    "mailingType" : "...",
    "emailTemplateCode" : "...",
    "excludeFromAgedTrialBalance" : true
  }, {
    "id" : 12345,
    "auditableField" : [ {
      "entityClass" : "...",
      "fieldName" : "...",
      "id" : 12345,
      "changeOrigin" : "...",
      "auditableField" : [ { }, { } ],
      "originName" : "...",
      "code" : "...",
      "previousState" : "...",
      "currentState" : "...",
      "description" : "...",
      "created" : "...",
      "updatedCode" : "...",
      "actor" : "..."
    }, {
      "entityClass" : "...",
      "fieldName" : "...",
      "id" : 12345,
      "changeOrigin" : "...",
      "auditableField" : [ { }, { } ],
      "originName" : "...",
      "code" : "...",
      "previousState" : "...",
      "currentState" : "...",
      "description" : "...",
      "created" : "...",
      "updatedCode" : "...",
      "actor" : "..."
    } ],
    "code" : "...",
    "occTemplateCode" : "...",
    "description" : "...",
    "occTemplateNegativeCode" : "...",
    "updatedCode" : "...",
    "occTemplateCodeEl" : "...",
    "occTemplateNegativeCodeEl" : "...",
    "customInvoiceXmlScriptInstanceCode" : "...",
    "sequenceDto" : {
      "prefixEL" : "...",
      "invoiceSequenceCode" : "...",
      "sequencePattern" : "...",
      "sequenceType" : "RUM"
    },
    "invoiceValidationScriptCode" : "...",
    "sellerSequence" : {
      "property1" : {
        "prefixEL" : "...",
        "invoiceSequenceCode" : "...",
        "sequencePattern" : "...",
        "sequenceType" : "NUMERIC"
      },
      "property2" : {
        "prefixEL" : "...",
        "invoiceSequenceCode" : "...",
        "sequencePattern" : "...",
        "sequenceType" : "UUID"
      }
    },
    "appliesTo" : [ "...", "..." ],
    "matchingAuto" : true,
    "invoiceAccountable" : true,
    "billingTemplateName" : "...",
    "pdfFilenameEL" : "...",
    "xmlFilenameEL" : "...",
    "billingTemplateNameEL" : "...",
    "customFields" : {
      "customField" : [ { }, { } ],
      "inheritedCustomField" : [ { }, { } ]
    },
    "useSelfSequence" : true,
    "mailingType" : "...",
    "emailTemplateCode" : "...",
    "excludeFromAgedTrialBalance" : true
  } ]
}