toggle menu
Sensibill Android SDK
androidJvm
switch theme
search in API
Sensibill Rest API
/
com.getsensibill.rest.generated.v2.model
/
DocumentTaxDto
Document
Tax
Dto
data
class
DocumentTaxDto
(
val
amount
:
BigDecimal
?
=
null
,
val
percent
:
BigDecimal
?
=
null
,
val
type
:
String
?
=
null
)
Parameters
amount
percent
type
Members
Constructors
Document
Tax
Dto
Link copied to clipboard
constructor
(
amount
:
BigDecimal
?
=
null
,
percent
:
BigDecimal
?
=
null
,
type
:
String
?
=
null
)
Properties
amount
Link copied to clipboard
@
SerializedName
(
value
=
"amount"
)
val
amount
:
BigDecimal
?
=
null
percent
Link copied to clipboard
@
SerializedName
(
value
=
"percent"
)
val
percent
:
BigDecimal
?
=
null
type
Link copied to clipboard
@
SerializedName
(
value
=
"type"
)
val
type
:
String
?
=
null