AmountsDto Data Type

Contains amounts with and without tax.

Available Since
5.0.1
Implemented Interfaces
Serializable
Properties
name data type description
amountWithTax number Gets the amount with tax.
amountWithoutTax number Gets the amount without tax.

Example

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