Dokka MultiModule Example
androidJvm
pos-gateway
/
su.ips.gateway.data.model
/
IOpenCloseShiftFiscalDocumentOptions
IOpen
Close
Shift
Fiscal
Document
Options
data
class
IOpenCloseShiftFiscalDocumentOptions
(
val
crFactoryNumber
:
String
?
,
val
crRegNumber
:
String
?
,
val
fnFactoryNumber
:
String
?
,
val
date
:
Date
?
,
val
documentSerialNumber
:
Int
?
,
val
fiscalSignature
:
Int
?
,
val
shiftNumber
:
Int
?
)
Members
Constructors
IOpen
Close
Shift
Fiscal
Document
Options
Link copied to clipboard
constructor
(
crFactoryNumber
:
String
?
,
crRegNumber
:
String
?
,
fnFactoryNumber
:
String
?
,
date
:
Date
?
,
documentSerialNumber
:
Int
?
,
fiscalSignature
:
Int
?
,
shiftNumber
:
Int
?
)
Properties
cr
Factory
Number
Link copied to clipboard
val
crFactoryNumber
:
String
?
cr
Reg
Number
Link copied to clipboard
val
crRegNumber
:
String
?
date
Link copied to clipboard
val
date
:
Date
?
document
Serial
Number
Link copied to clipboard
val
documentSerialNumber
:
Int
?
fiscal
Signature
Link copied to clipboard
val
fiscalSignature
:
Int
?
fn
Factory
Number
Link copied to clipboard
val
fnFactoryNumber
:
String
?
shift
Number
Link copied to clipboard
val
shiftNumber
:
Int
?