OneShotChargeTemplateWithPriceDto Data Type

The Class OneShotChargeTemplateWithPriceDto.

Properties
name data type description
chargeCode string The charge code.
description string The description.
unitPriceWithoutTax number The unit price without tax.
taxPercent number The tax percent.
taxCode string The tax code.
taxDescription string The tax description.

Example

{
  "chargeCode" : "...",
  "description" : "...",
  "unitPriceWithoutTax" : 12345.0,
  "taxPercent" : 12345.0,
  "taxCode" : "...",
  "taxDescription" : "..."
}