InvoiceTaxSummary

Structure

FieldTypeRequiredDescription
taxRateBigDecimaltrueAmount of taxRate.
taxFeeBigDecimaltrueAmount of taxFee.
baseBigDecimaltrueAmount of base.

JSON representation

{
	"taxRate": 0,
	"taxFee": 1.2342
	"base": 2.0023
}