Sensibill Android SDK
androidJvm
Sensibill Core
/
com.getsensibill.core.apimodule.documents.model.api
/
DocumentTax
Document
Tax
data
class
DocumentTax
(
val
amount
:
BigDecimal
?
=
null
,
val
percent
:
BigDecimal
?
=
null
,
val
type
:
String
?
=
null
)
See also
Document
Tax
Dto
Members
Constructors
Document
Tax
Link copied to clipboard
constructor
(
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