Wallee Android Till SDK
Toggle table of contents
Wallee Android Till SDK
Platform filter
Wallee Android Till SDK
Switch theme
Search in API
Wallee Android Till SDK
Wallee Android Till SDK
/
com.wallee.android.till.sdk.data
/
GetPinpadInformationResponse
Get
Pinpad
Information
Response
open
class
GetPinpadInformationResponse
Members
Constructors
Get
Pinpad
Information
Response
Link copied to clipboard
constructor
(
@
NonNull
state
:
State
,
@
NonNull
resultCode
:
ResultCode
,
terminalId
:
String
,
serialNumber
:
String
,
merchantId
:
String
,
merchantName
:
String
,
spaceID
:
String
)
Properties
merchant
Id
Link copied to clipboard
val
merchantId
:
String
merchant
Name
Link copied to clipboard
val
merchantName
:
String
result
Code
Link copied to clipboard
@get:
NonNull
val
resultCode
:
ResultCode
serial
Number
Link copied to clipboard
val
serialNumber
:
String
space
ID
Link copied to clipboard
val
spaceID
:
String
state
Link copied to clipboard
@get:
NonNull
val
state
:
State
terminal
Id
Link copied to clipboard
val
terminalId
:
String