DocumentTax

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

See also

Constructors

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

Types

Companion
Link copied to clipboard
object Companion

Properties

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