DocumentFeeDto
fun DocumentFeeDto(taxes: List<DocumentTaxDto>? = null, beforeTax: BigDecimal? = null, afterTax: BigDecimal? = null, description: String? = null, type: FeeTypesEnum? = null)
Content copied to clipboard
Parameters
taxes
@param beforeTax * @param afterTax * @param description A user-presentable description of this fee.
type