SubcategoryInvoiceAgregateAmount Data Type

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

Example

{
  "amountWithoutTax" : 12345.0,
  "amountWithTax" : 12345.0,
  "amountTax" : 12345.0
}