Dokka MultiModule Example
androidJvm
pos-gateway
/
su.ips.gateway.data.model
/
SupplierData
Supplier
Data
data
class
SupplierData
(
val
tin
:
String
,
val
name
:
String
?
,
val
phone
:
String
?
)
Members
Constructors
Supplier
Data
Link copied to clipboard
constructor
(
tin
:
String
,
name
:
String
?
,
phone
:
String
?
)
Properties
name
Link copied to clipboard
val
name
:
String
?
phone
Link copied to clipboard
val
phone
:
String
?
tin
Link copied to clipboard
val
tin
:
String