DocumentFeeDto
constructor(taxes: List<DocumentTaxDto>? = null, beforeTax: BigDecimal? = null, afterTax: BigDecimal? = null, description: String? = null, type: FeeTypesEnum? = null)
Parameters
taxes
beforeTax
afterTax
description
A user-presentable description of this fee.
type