Dokka MultiModule Example
androidJvm
pos-gateway
/
su.ips.gateway.data.model
/
ICloseShiftScenarioOptions
IClose
Shift
Scenario
Options
data
class
ICloseShiftScenarioOptions
(
val
code
:
String
,
val
cashier
:
IScenarioCashierOptions
,
val
vendor
:
String
)
:
IScenarioOptions
Members
Constructors
IClose
Shift
Scenario
Options
Link copied to clipboard
constructor
(
code
:
String
,
cashier
:
IScenarioCashierOptions
,
vendor
:
String
)
Properties
cashier
Link copied to clipboard
val
cashier
:
IScenarioCashierOptions
code
Link copied to clipboard
open
override
val
code
:
String
vendor
Link copied to clipboard
open
override
val
vendor
:
String