EditDocumentTaxableAmountDto
fun EditDocumentTaxableAmountDto(taxes: List<DocumentTaxDto>? = null, beforeTax: BigDecimal? = null, afterTax: BigDecimal? = null)
Content copied to clipboard
Parameters
taxes
The taxes of this amount. The content passed in the PATCH call will completely replace the current content.
beforeTax
The total amount before taxes
afterTax
The total amount after taxes