invoiceTypeDto Data Type

The Class InvoiceTypeDto.

Namespace
(Default)
Properties
name data type type namespace min/max occurs constraints wrapped by description
code string attribute 1/1     The code
description string attribute 0/1     The description
id long attribute 0/1     The id.
appliesTo string element 0/unbounded     The applies to.
auditable auditableDto element 0/1      
auditableField auditableFieldDto element 0/unbounded   auditableFields  
billingTemplateName string element 0/1     The billing template name.
billingTemplateNameEL string element 0/1     The billing template name EL.
customFields customFieldsDto element 0/1      
customInvoiceXmlScriptInstanceCode string element 0/1     The script instance code.
emailTemplateCode string element 0/1      
invoiceAccountable boolean element 0/1     Used to decide if AccountOperations will be created or not , during AO_Job execution
mailingType string element 0/1      
matchingAuto boolean element 1/1     The matching auto.
occTemplateCode string element 1/1 required   The occ template code.
occTemplateCodeEl string element 0/1     The occ template code EL.
occTemplateNegativeCode string element 0/1     The occ template negative code.
occTemplateNegativeCodeEl string element 0/1     The occ template negative code EL.
pdfFilenameEL string element 0/1     An EL expression to customize invoice PDF file name.
sellerSequence (custom) element 0/1     The seller sequences.
sequenceDto sequenceDto element 0/1     The sequence dto.
updatedCode string element 0/1     The updated code.
useSelfSequence boolean element 1/1     The use Self Sequence .
xmlFilenameEL string element 0/1     An EL expression to customize invoice XML file name.

Example

<InvoiceType code="..." description="..." id="...">
  <auditable created="..." creator="..." updated="..." updater="..."/>
  <auditableFields>
    <auditableField actor="..." changeOrigin="..." code="..." created="..." currentState="..." description="..." entityClass="..." fieldName="..." id="..." originName="..." previousState="...">
      <auditable created="..." creator="..." updated="..." updater="..."/>
      <auditableFields>
        <auditableField/>
      </auditableFields>
      <updatedCode>...</updatedCode>
    </auditableField>
  </auditableFields>
  <updatedCode>...</updatedCode>
  <occTemplateCode>...</occTemplateCode>
  <occTemplateNegativeCode>...</occTemplateNegativeCode>
  <occTemplateCodeEl>...</occTemplateCodeEl>
  <occTemplateNegativeCodeEl>...</occTemplateNegativeCodeEl>
  <customInvoiceXmlScriptInstanceCode>...</customInvoiceXmlScriptInstanceCode>
  <sequenceDto>
    <prefixEL>...</prefixEL>
    <invoiceSequenceCode>...</invoiceSequenceCode>
  </sequenceDto>
  <sellerSequence>...</sellerSequence>
  <appliesTo>...</appliesTo>
  <matchingAuto>...</matchingAuto>
  <invoiceAccountable>...</invoiceAccountable>
  <billingTemplateName>...</billingTemplateName>
  <pdfFilenameEL>...</pdfFilenameEL>
  <xmlFilenameEL>...</xmlFilenameEL>
  <billingTemplateNameEL>...</billingTemplateNameEL>
  <customFields>
    <customField code="..." description="..." valueDate="..." valuePeriodEndDate="..." valuePeriodPriority="..." valuePeriodStartDate="...">
      <fieldType>...</fieldType>
      <languageDescriptions/>
      <stringValue>...</stringValue>
      <dateValue>...</dateValue>
      <longValue>...</longValue>
      <doubleValue>...</doubleValue>
      <booleanValue>...</booleanValue>
      <listValue>
        <value/>
      </listValue>
      <mapValue>...</mapValue>
      <entityReferenceValue/>
      <indexType>...</indexType>
      <fileValue>...</fileValue>
      <formattedValue/>
      <guiPosition>...</guiPosition>
    </customField>
    <inheritedCustomField code="..." description="..." valueDate="..." valuePeriodEndDate="..." valuePeriodPriority="..." valuePeriodStartDate="...">
      <fieldType>...</fieldType>
      <languageDescriptions/>
      <stringValue>...</stringValue>
      <dateValue>...</dateValue>
      <longValue>...</longValue>
      <doubleValue>...</doubleValue>
      <booleanValue>...</booleanValue>
      <listValue>
        <value/>
      </listValue>
      <mapValue>...</mapValue>
      <entityReferenceValue/>
      <indexType>...</indexType>
      <fileValue>...</fileValue>
      <formattedValue/>
      <guiPosition>...</guiPosition>
    </inheritedCustomField>
  </customFields>
  <useSelfSequence>...</useSelfSequence>
  <mailingType>...</mailingType>
  <emailTemplateCode>...</emailTemplateCode>
</InvoiceType>