Dokka MultiModule Example
androidJvm
pos-core
/
su.ips.pos_core.core_parts.models
/
BatchData
Batch
Data
data
class
BatchData
(
val
merchantNo
:
String
,
val
terminalId
:
String
,
val
transactionAmount
:
String
,
val
transactionAmount_2
:
String
,
val
approve
:
String
,
val
visualResponse
:
String
,
val
responseCode
:
Int
)
Members
Constructors
Batch
Data
Link copied to clipboard
constructor
(
merchantNo
:
String
,
terminalId
:
String
,
transactionAmount
:
String
,
transactionAmount_2
:
String
,
approve
:
String
,
visualResponse
:
String
,
responseCode
:
Int
)
Properties
approve
Link copied to clipboard
val
approve
:
String
merchant
No
Link copied to clipboard
val
merchantNo
:
String
response
Code
Link copied to clipboard
val
responseCode
:
Int
terminal
Id
Link copied to clipboard
val
terminalId
:
String
transaction
Amount
Link copied to clipboard
val
transactionAmount
:
String
transaction
Amount_2
Link copied to clipboard
val
transactionAmount_2
:
String
visual
Response
Link copied to clipboard
val
visualResponse
:
String