taxes

@SerializedName(value = taxes)
val taxes: List<DocumentTaxDto>? = null

Parameters

taxes

The taxes of this amount. The content passed in the PATCH call will completely replace the current content.