InvoiceSubCategory Data Type

Implemented Interfaces
Serializable
Properties
name data type description
invoiceSubcategoryCountries array of InvoiceSubcategoryCountry
parentCFEntities array of object
discount number
accountingCode string
invoiceCategory InvoiceCategory
Properties inherited from BusinessCFEntity
parentCFEntities array of object
uuid string
Properties inherited from BusinessEntity
parentEntityType object
code string
parentEntity BusinessEntity
description string
appendGeneratedCode boolean
descriptionOrCode string
Properties inherited from EnableEntity
active boolean
disabled boolean
Properties inherited from AuditableEntity
auditable Auditable
Properties inherited from BaseEntity
id number
transient boolean
version number

Example

{
  "invoiceSubcategoryCountries" : [ {
    "tax" : {
      "accountingCode" : "...",
      "percent" : 12345.0,
      "parentCFEntities" : [ { }, { } ],
      "uuid" : "...",
      "parentEntityType" : { },
      "code" : "...",
      "parentEntity" : { },
      "description" : "...",
      "appendGeneratedCode" : true,
      "descriptionOrCode" : "...",
      "active" : true,
      "disabled" : true,
      "auditable" : { },
      "id" : 12345,
      "transient" : true,
      "version" : 12345
    },
    "filterEL" : "...",
    "sellingCountry" : {
      "invoiceSubcategoryCountries" : [ { }, { } ],
      "prDescription" : "...",
      "countryCode" : "...",
      "country" : { },
      "active" : true,
      "disabled" : true,
      "auditable" : { },
      "id" : 12345,
      "transient" : true,
      "version" : 12345
    },
    "invoiceSubCategory" : {
      "invoiceSubcategoryCountries" : [ { }, { } ],
      "parentCFEntities" : [ { }, { } ],
      "discount" : 12345.0,
      "accountingCode" : "...",
      "invoiceCategory" : { },
      "uuid" : "...",
      "parentEntityType" : { },
      "code" : "...",
      "parentEntity" : { },
      "description" : "...",
      "appendGeneratedCode" : true,
      "descriptionOrCode" : "...",
      "active" : true,
      "disabled" : true,
      "auditable" : { },
      "id" : 12345,
      "transient" : true,
      "version" : 12345
    },
    "tradingCountry" : {
      "invoiceSubcategoryCountries" : [ { }, { } ],
      "prDescription" : "...",
      "countryCode" : "...",
      "country" : { },
      "active" : true,
      "disabled" : true,
      "auditable" : { },
      "id" : 12345,
      "transient" : true,
      "version" : 12345
    },
    "taxCodeEL" : "...",
    "active" : true,
    "disabled" : true,
    "auditable" : {
      "lastModified" : 12345,
      "updater" : "...",
      "created" : 12345,
      "updated" : 12345,
      "creator" : "...",
      "lastUser" : "..."
    },
    "id" : 12345,
    "transient" : true,
    "version" : 12345
  }, {
    "tax" : {
      "accountingCode" : "...",
      "percent" : 12345.0,
      "parentCFEntities" : [ { }, { } ],
      "uuid" : "...",
      "parentEntityType" : { },
      "code" : "...",
      "parentEntity" : { },
      "description" : "...",
      "appendGeneratedCode" : true,
      "descriptionOrCode" : "...",
      "active" : true,
      "disabled" : true,
      "auditable" : { },
      "id" : 12345,
      "transient" : true,
      "version" : 12345
    },
    "filterEL" : "...",
    "sellingCountry" : {
      "invoiceSubcategoryCountries" : [ { }, { } ],
      "prDescription" : "...",
      "countryCode" : "...",
      "country" : { },
      "active" : true,
      "disabled" : true,
      "auditable" : { },
      "id" : 12345,
      "transient" : true,
      "version" : 12345
    },
    "invoiceSubCategory" : {
      "invoiceSubcategoryCountries" : [ { }, { } ],
      "parentCFEntities" : [ { }, { } ],
      "discount" : 12345.0,
      "accountingCode" : "...",
      "invoiceCategory" : { },
      "uuid" : "...",
      "parentEntityType" : { },
      "code" : "...",
      "parentEntity" : { },
      "description" : "...",
      "appendGeneratedCode" : true,
      "descriptionOrCode" : "...",
      "active" : true,
      "disabled" : true,
      "auditable" : { },
      "id" : 12345,
      "transient" : true,
      "version" : 12345
    },
    "tradingCountry" : {
      "invoiceSubcategoryCountries" : [ { }, { } ],
      "prDescription" : "...",
      "countryCode" : "...",
      "country" : { },
      "active" : true,
      "disabled" : true,
      "auditable" : { },
      "id" : 12345,
      "transient" : true,
      "version" : 12345
    },
    "taxCodeEL" : "...",
    "active" : true,
    "disabled" : true,
    "auditable" : {
      "lastModified" : 12345,
      "updater" : "...",
      "created" : 12345,
      "updated" : 12345,
      "creator" : "...",
      "lastUser" : "..."
    },
    "id" : 12345,
    "transient" : true,
    "version" : 12345
  } ],
  "parentCFEntities" : [ { }, { } ],
  "discount" : 12345.0,
  "accountingCode" : "...",
  "invoiceCategory" : {
    "invoiceSubCategories" : [ {
      "invoiceSubcategoryCountries" : [ { }, { } ],
      "parentCFEntities" : [ { }, { } ],
      "discount" : 12345.0,
      "accountingCode" : "...",
      "invoiceCategory" : { },
      "uuid" : "...",
      "parentEntityType" : { },
      "code" : "...",
      "parentEntity" : { },
      "description" : "...",
      "appendGeneratedCode" : true,
      "descriptionOrCode" : "...",
      "active" : true,
      "disabled" : true,
      "auditable" : { },
      "id" : 12345,
      "transient" : true,
      "version" : 12345
    }, {
      "invoiceSubcategoryCountries" : [ { }, { } ],
      "parentCFEntities" : [ { }, { } ],
      "discount" : 12345.0,
      "accountingCode" : "...",
      "invoiceCategory" : { },
      "uuid" : "...",
      "parentEntityType" : { },
      "code" : "...",
      "parentEntity" : { },
      "description" : "...",
      "appendGeneratedCode" : true,
      "descriptionOrCode" : "...",
      "active" : true,
      "disabled" : true,
      "auditable" : { },
      "id" : 12345,
      "transient" : true,
      "version" : 12345
    } ],
    "sortIndex" : 12345,
    "parentCFEntities" : [ { }, { } ],
    "uuid" : "...",
    "parentEntityType" : { },
    "code" : "...",
    "parentEntity" : {
      "parentEntityType" : { },
      "code" : "...",
      "parentEntity" : { },
      "description" : "...",
      "appendGeneratedCode" : true,
      "descriptionOrCode" : "...",
      "active" : true,
      "disabled" : true,
      "auditable" : { },
      "id" : 12345,
      "transient" : true,
      "version" : 12345
    },
    "description" : "...",
    "appendGeneratedCode" : true,
    "descriptionOrCode" : "...",
    "active" : true,
    "disabled" : true,
    "auditable" : {
      "lastModified" : 12345,
      "updater" : "...",
      "created" : 12345,
      "updated" : 12345,
      "creator" : "...",
      "lastUser" : "..."
    },
    "id" : 12345,
    "transient" : true,
    "version" : 12345
  },
  "uuid" : "...",
  "parentEntityType" : { },
  "code" : "...",
  "parentEntity" : {
    "parentEntityType" : { },
    "code" : "...",
    "parentEntity" : { },
    "description" : "...",
    "appendGeneratedCode" : true,
    "descriptionOrCode" : "...",
    "active" : true,
    "disabled" : true,
    "auditable" : {
      "lastModified" : 12345,
      "updater" : "...",
      "created" : 12345,
      "updated" : 12345,
      "creator" : "...",
      "lastUser" : "..."
    },
    "id" : 12345,
    "transient" : true,
    "version" : 12345
  },
  "description" : "...",
  "appendGeneratedCode" : true,
  "descriptionOrCode" : "...",
  "active" : true,
  "disabled" : true,
  "auditable" : {
    "lastModified" : 12345,
    "updater" : "...",
    "created" : 12345,
    "updated" : 12345,
    "creator" : "...",
    "lastUser" : "..."
  },
  "id" : 12345,
  "transient" : true,
  "version" : 12345
}