SubcategoryInvoiceAgregateAmountDto Data Type

Invoice subcategory amount by tax DTO

Implemented Interfaces
Serializable
Properties
name data type description
amountWithTax number
amountWithoutTax number
amountTax number
tax TaxDto

Example

{
  "amountWithTax" : 12345.0,
  "amountWithoutTax" : 12345.0,
  "amountTax" : 12345.0,
  "tax" : {
    "percent" : 12345.0,
    "accountingCode" : "...",
    "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" : "..."
    } ],
    "languageDescriptions" : [ {
      "languageCode" : "...",
      "description" : "..."
    }, {
      "languageCode" : "...",
      "description" : "..."
    } ],
    "code" : "...",
    "customFields" : {
      "customField" : [ { }, { } ],
      "inheritedCustomField" : [ { }, { } ]
    },
    "composite" : true,
    "description" : "...",
    "subTaxes" : [ { }, { } ],
    "updatedCode" : "..."
  }
}