invoiceSubCategoryCountryDto Data Type

The Class InvoiceSubCategoryCountryDto.

Namespace
(Default)
Properties
name data type type namespace min/max occurs constraints description
country string element 0/1   The country.
discountCode string element 0/1   The discount code.
endValidityDate dateTime element 0/1   The end validity date.
filterEL string element 0/1   The filter EL.
invoiceSubCategory string element 1/1 required The invoice sub category.
priority int element 1/1   The priority.
sellingCountry string element 0/1   The selling country.
startValidityDate dateTime element 0/1   The start validity date.
tax string element 0/1   The tax.
taxCodeEL string element 0/1   The tax code EL.
taxCodeELSpark string element 0/1   The tax code EL - for Spark
Properties inherited from auditableEntityDto
auditable auditableDto element 0/1    
auditableField auditableFieldDto element 0/unbounded    

Example

<InvoiceSubCategoryCountry>
  <invoiceSubCategory>...</invoiceSubCategory>
  <sellingCountry>...</sellingCountry>
  <country>...</country>
  <tax>...</tax>
  <taxCodeEL>...</taxCodeEL>
  <taxCodeELSpark>...</taxCodeELSpark>
  <discountCode>...</discountCode>
  <filterEL>...</filterEL>
  <startValidityDate>...</startValidityDate>
  <endValidityDate>...</endValidityDate>
  <priority>...</priority>
  <auditable created="..." creator="..." updated="..." updater="..."/>
  <auditableFields>
    <auditableField actor="..." changeOrigin="..." code="..." created="..." currentState="..." description="..." entityClass="..." fieldName="..." id="..." originName="..." previousState="...">
      <auditable/>
      <auditableFields>
        <auditableField/>
      </auditableFields>
      <updatedCode>...</updatedCode>
    </auditableField>
  </auditableFields>
</InvoiceSubCategoryCountry>