Dokka MultiModule Example
androidJvm
pos-core
/
su.ips.pos_core.reader_parts.models
Package-level
declarations
Types
Types
Amount
Type
Link copied to clipboard
enum
AmountType
:
Enum
<
AmountType
>
Card
Link copied to clipboard
data
class
Card
(
var
cardNumber
:
String
=
""
,
var
expDate
:
String
=
""
,
var
track2
:
String
=
""
,
var
emv
:
String
=
""
,
var
_9f39
:
String
=
""
,
var
SN
:
String
=
""
,
var
pin
:
ByteArray
?
=
null
,
var
holder
:
String
=
""
)
Currency
Link copied to clipboard
enum
Currency
:
Enum
<
Currency
>
Message
Type
Link copied to clipboard
enum
MessageType
:
Enum
<
MessageType
>
,
IValueEnum
Operation
Link copied to clipboard
data
class
Operation
(
var
id
:
Int
=
System.currentTimeMillis().toInt()
,
val
messageType
:
MessageType
,
var
counterInt
:
Int
,
val
operationAmount
:
Int
,
val
phoneNumber
:
String
,
val
details
:
String
=
""
)