DocumentTaxableAmount

data class DocumentTaxableAmount(taxes: List<DocumentTax>?, beforeTax: BigDecimal?, afterTax: BigDecimal?)

See also

Constructors

DocumentTaxableAmount
Link copied to clipboard
fun DocumentTaxableAmount(taxes: List<DocumentTax>? = null, beforeTax: BigDecimal? = null, afterTax: BigDecimal? = null)

Types

Companion
Link copied to clipboard
object Companion

Properties

afterTax
Link copied to clipboard
val afterTax: BigDecimal? = null
beforeTax
Link copied to clipboard
val beforeTax: BigDecimal? = null
taxes
Link copied to clipboard
val taxes: List<DocumentTax>? = null