Amounts Data Type

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

Example

{
  "amountTax" : 12345.0,
  "amountWithoutTax" : 12345.0,
  "amountWithTax" : 12345.0,
  "tax" : {
    "descriptionI18n" : {
      "property1" : "...",
      "property2" : "..."
    },
    "appendGeneratedCode" : true,
    "notified" : true,
    "version" : 12345,
    "referenceDescription" : "...",
    "parentEntity" : {
      "descriptionOrCode" : "...",
      "auditableFields" : [ { }, { } ],
      "version" : 12345,
      "historized" : true,
      "appendGeneratedCode" : true,
      "auditable" : { },
      "parentEntity" : { },
      "parentEntityType" : { },
      "description" : "...",
      "referenceDescription" : "...",
      "codeChanged" : true,
      "referenceCode" : "...",
      "code" : "...",
      "transient" : true,
      "descriptionAndCode" : "...",
      "id" : 12345,
      "notified" : true
    },
    "parentEntityType" : { },
    "accountingCode" : {
      "version" : 12345,
      "reportingAccount" : "...",
      "notes" : "...",
      "disabled" : true,
      "transient" : true,
      "descriptionAndCode" : "...",
      "chartOfAccountTypeEnum" : "ASSETS",
      "active" : true,
      "parentEntity" : { },
      "appendGeneratedCode" : true,
      "migrated" : true,
      "referenceDescription" : "...",
      "auditable" : { },
      "referenceCode" : "...",
      "code" : "...",
      "id" : 12345,
      "chartOfAccountViewTypeEnum" : "VIEW",
      "description" : "...",
      "notified" : true,
      "parentAccountingCode" : { },
      "auditableFields" : [ { }, { } ],
      "codeChanged" : true,
      "historized" : true,
      "parentEntityType" : { },
      "descriptionOrCode" : "..."
    },
    "auditable" : {
      "lastModified" : 12345,
      "updated" : 12345,
      "updater" : "...",
      "created" : 12345,
      "creator" : "...",
      "lastUser" : "..."
    },
    "subTaxes" : [ { }, { } ],
    "code" : "...",
    "cfValues" : {
      "valuesByCode" : {
        "property1" : [ { }, { } ],
        "property2" : [ { }, { } ]
      },
      "values" : {
        "property1" : { },
        "property2" : { }
      },
      "newVersionedCFValuePeriods" : {
        "property1" : [ { }, { } ],
        "property2" : [ { }, { } ]
      },
      "encrypted" : true
    },
    "transient" : true,
    "referenceCode" : "...",
    "auditableFields" : [ {
      "historized" : true,
      "notified" : true,
      "auditType" : "OTHER",
      "historable" : true,
      "fieldName" : "...",
      "currentState" : { },
      "notfiable" : true,
      "previousState" : { }
    }, {
      "historized" : true,
      "notified" : true,
      "auditType" : "STATUS",
      "historable" : true,
      "fieldName" : "...",
      "currentState" : { },
      "notfiable" : true,
      "previousState" : { }
    } ],
    "historized" : true,
    "cfAccumulatedValues" : {
      "valuesByCode" : {
        "property1" : [ { }, { } ],
        "property2" : [ { }, { } ]
      },
      "values" : {
        "property1" : { },
        "property2" : { }
      },
      "newVersionedCFValuePeriods" : {
        "property1" : [ { }, { } ],
        "property2" : [ { }, { } ]
      },
      "encrypted" : true
    },
    "uuid" : "...",
    "idOrCode" : "...",
    "composite" : true,
    "descriptionI18nNullSafe" : {
      "property1" : "...",
      "property2" : "..."
    },
    "parentCFEntities" : [ {
      "parentCFEntities" : [ { }, { } ],
      "dirtyCF" : true,
      "cfValuesAsValues" : {
        "property1" : { },
        "property2" : { }
      },
      "cfAccumulatedValues" : { },
      "cfValuesNullSafe" : { },
      "cfAccumulatedValuesNullSafe" : { },
      "cfValues" : { },
      "CFValuesCopy" : { },
      "uuid" : "..."
    }, {
      "parentCFEntities" : [ { }, { } ],
      "dirtyCF" : true,
      "cfValuesAsValues" : {
        "property1" : { },
        "property2" : { }
      },
      "cfAccumulatedValues" : { },
      "cfValuesNullSafe" : { },
      "cfAccumulatedValuesNullSafe" : { },
      "cfValues" : { },
      "CFValuesCopy" : { },
      "uuid" : "..."
    } ],
    "id" : 12345,
    "percent" : 12345.0,
    "mainTaxes" : [ { }, { } ],
    "codeChanged" : true,
    "descriptionAndCode" : "...",
    "description" : "...",
    "descriptionOrCode" : "..."
  }
}