toggle menu
Sensibill Android SDK
androidJvm
switch theme
search in API
Sensibill Core
/
com.getsensibill.core.apimodule.documents.model.api
/
EditDocumentBody
/
EditableContent
/
EditableMerchantInfo
Editable
Merchant
Info
data
class
EditableMerchantInfo
(
val
merchantName
:
String
?
=
null
,
val
taxIdNumber
:
String
?
=
null
,
val
categoryCode
:
String
?
=
null
)
See also
Edit
Document
Merchant
Dto
Members
Constructors
Editable
Merchant
Info
Link copied to clipboard
constructor
(
merchantName
:
String
?
=
null
,
taxIdNumber
:
String
?
=
null
,
categoryCode
:
String
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
category
Code
Link copied to clipboard
val
categoryCode
:
String
?
=
null
merchant
Name
Link copied to clipboard
val
merchantName
:
String
?
=
null
tax
Id
Number
Link copied to clipboard
val
taxIdNumber
:
String
?
=
null