DocumentTax

data class DocumentTax(val amount: BigDecimal? = null, val percent: BigDecimal? = null, val type: String? = null)

See also

Constructors

Link copied to clipboard
constructor(amount: BigDecimal? = null, percent: BigDecimal? = null, type: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val amount: BigDecimal? = null
Link copied to clipboard
val percent: BigDecimal? = null
Link copied to clipboard
val type: String? = null